From 6f5fb017e18c966f2c243e2f4cfa5bcbee87d218 Mon Sep 17 00:00:00 2001 From: "Italo A." Date: Wed, 21 May 2025 14:17:38 -0300 Subject: [PATCH] fix: markdown link tag --- docs/src/guide/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.