From a84b5a27df9b0ed90c4718871e4b60d8735c416b Mon Sep 17 00:00:00 2001 From: Florimond Manca Date: Sun, 23 Jun 2019 10:58:21 +0200 Subject: [PATCH] Fix broken readthedocs links --- docs/user-guide/deploying-your-docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/deploying-your-docs.md b/docs/user-guide/deploying-your-docs.md index 07e31aa9..f4698b56 100644 --- a/docs/user-guide/deploying-your-docs.md +++ b/docs/user-guide/deploying-your-docs.md @@ -130,8 +130,8 @@ public repository. specific themes and will not work with MkDocs. [rtd]: https://readthedocs.org/ -[instructions]: https://read-the-docs.readthedocs.io/en/latest/getting_started.html#in-markdown -[features]: https://read-the-docs.readthedocs.io/en/latest/features.html +[instructions]: https://docs.readthedocs.io/en/stable/intro/getting-started-with-mkdocs.html +[features]: https://docs.readthedocs.io/en/latest/features.html [theme]: ./styling-your-docs.md#readthedocs ## Other Providers