From 67630d888bf79ce467d1b8aedd2d0d66d9863cc7 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Thu, 5 Jul 2018 23:35:18 +0300 Subject: [PATCH] docs: Replace RTD screenshot with a working one. (#1505) The remotely linked image was removed in rtfd/readthedocs.org#3438. Turns out we already have a local image we can use. --- docs/user-guide/styling-your-docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/styling-your-docs.md b/docs/user-guide/styling-your-docs.md index 989f0f38..1663e006 100644 --- a/docs/user-guide/styling-your-docs.md +++ b/docs/user-guide/styling-your-docs.md @@ -44,7 +44,7 @@ theme: - rust ``` -![mkdocs](/img/mkdocs.png) +![mkdocs](../img/mkdocs.png) ### readthedocs @@ -68,7 +68,7 @@ theme: - rust ``` -![ReadTheDocs](http://docs.readthedocs.io/en/latest/_images/screen_mobile.png) +![ReadTheDocs](../img/readthedocs.png) ### Third Party Themes