Skip to content

Commit

Permalink
Fix mistake in markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed May 6, 2024
1 parent 490cd9d commit dff9fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/posts/rebase-and-move-tags/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ you can detect issues before they make it to your repository.

:::{.callout-info}
There are some pre-commit checks, like
`[check-added-large-files](https://pre-commit.com/hooks.html)` that I recommend for
[`check-added-large-files`](https://pre-commit.com/hooks.html) that I recommend for
every repository!
:::

To create my pre-commit mirror for Alex.js, I used
`[pre-commit-mirror-maker](https://github.com/pre-commit/pre-commit-mirror-maker)` to
[`pre-commit-mirror-maker`](https://github.com/pre-commit/pre-commit-mirror-maker) to
generate a repository with one commit (plus tag) for each version of Alex.js. I only
needed to do a couple of steps, and everything worked great! :tada:

Expand Down

0 comments on commit dff9fd1

Please sign in to comment.