From 3bae61507ed0f7b037a7d71a6a6e00bcf1e2d322 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 7 Jul 2023 09:56:43 +0100 Subject: [PATCH] docs: add leading slash resolves #21990 --- docs/1.getting-started/3.views.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.getting-started/3.views.md b/docs/1.getting-started/3.views.md index adc6d0fa21..0146aeb149 100644 --- a/docs/1.getting-started/3.views.md +++ b/docs/1.getting-started/3.views.md @@ -136,7 +136,7 @@ If you want to create more layouts and learn how to use them in your pages, find ## Advanced: Extending the HTML template ::alert{type=info} -If you only need to modify the head, you can refer to the [SEO and meta section](docs/getting-started/seo-meta). +If you only need to modify the head, you can refer to the [SEO and meta section](/docs/getting-started/seo-meta). :: You can have full control over the HTML template by adding a Nitro plugin that registers a hook.