From e98cb7360163dad4e1cc2748e82df2955d03f111 Mon Sep 17 00:00:00 2001 From: Philippe Vaillancourt Date: Fri, 16 Sep 2022 19:58:24 +0100 Subject: [PATCH] Fix `Just the Docs` link in docs home page (#293) The `Just the Docs` project is now hosted somewhere else. Change our links to it in the `Docs theme notes` section of our own docs. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 739f2a01..25649482 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,4 +38,4 @@ Read the [Getting Started section](getting-started/). You can also [review the s ## Docs theme notes -This docs site is using the [Just the Docs theme](https://pmarsceill.github.io/just-the-docs/docs/navigation-structure/). Details on how to configure its metadata and navigation can be found [here](https://pmarsceill.github.io/just-the-docs/docs/navigation-structure/). +This docs site is using the [Just the Docs theme](https://just-the-docs.github.io/just-the-docs/). Details on how to configure its metadata and navigation can be found [here](https://just-the-docs.github.io/just-the-docs/docs/navigation-structure/).