From ec5fd9b5a7f20b56a0e52900f0623e9aef8ca66e Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Mon, 14 Aug 2023 17:34:49 +0000 Subject: [PATCH] docs: fix introduction -> getting-started link --- docs/_guides/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_guides/index.md b/docs/_guides/index.md index c45b5cdde6..04cada5790 100644 --- a/docs/_guides/index.md +++ b/docs/_guides/index.md @@ -8,7 +8,7 @@ sidebar: guides_nav.html Welcome to the PouchDB guide! Consider this your starting point for anything and everything related to the world of PouchDB and CouchDB. -For a quicker TodoMVC-based tutorial, you can also check out the ["Getting Started" guide](/getting-started.html). +For a quicker TodoMVC-based tutorial, you can also check out the ["Getting Started" guide]({{ site.baseurl }}/getting-started.html). Feel free to skip ahead using the sidebar at any time.