diff --git a/docs/src/guide/deployment.md b/docs/src/guide/deployment.md
index eea37c95..f704c2e6 100644
--- a/docs/src/guide/deployment.md
+++ b/docs/src/guide/deployment.md
@@ -30,7 +30,7 @@ Deploying a Ruby web app using _Vite Ruby_ should be quite straightforward.
assets:precompile is a standard for Ruby web apps, and is typically
run automatically for you upon deployment if you are using a PaaS such as
-[Heroku][#using-heroku], or added in [Capistrano](#using-capistrano) scripts.
+[Heroku](#using-heroku), or added in [Capistrano](#using-capistrano) scripts.
vite:build will be executed whenever assets:precompile is run,
and the resulting assets will be placed [inside][publicOutputDir] the `public` folder.