Skip to content

Commit d4bd2ef

Browse files
authored
fix: markdown link tag (#552)
1 parent 8a5267f commit d4bd2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/guide/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Deploying a Ruby web app using _Vite Ruby_ should be quite straightforward.
3030

3131
<kbd>assets:precompile</kbd> is a standard for Ruby web apps, and is typically
3232
run automatically for you upon deployment if you are using a PaaS such as
33-
[Heroku][#using-heroku], or added in [Capistrano](#using-capistrano) scripts.
33+
[Heroku](#using-heroku), or added in [Capistrano](#using-capistrano) scripts.
3434

3535
<kbd>vite:build</kbd> will be executed whenever <kbd>assets:precompile</kbd> is run,
3636
and the resulting assets will be placed [inside][publicOutputDir] the `public` folder.

0 commit comments

Comments
 (0)