From 3e3743448385e91d6b9ef5be9199ecbd2e530d9e Mon Sep 17 00:00:00 2001 From: Pavel Mineev Date: Mon, 12 Oct 2020 03:56:40 +0300 Subject: [PATCH] Fix images paths in docs --- docs/1.6/email.md | 4 ++-- docs/latest/email.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/1.6/email.md b/docs/1.6/email.md index 440f8304..6d4b7f74 100644 --- a/docs/1.6/email.md +++ b/docs/1.6/email.md @@ -10,13 +10,13 @@ This documentation describes how to enable the email-related capabilities of Rem enabling this will let the user log in using their emails: - ![Email authentication](/docs/images/email_auth.png?raw=true) + ![Email authentication](/docs/1.6/images/email_auth.png?raw=true) - email notifications for any users except anonymous: GitHub or Google or Twitter or any other kind of user gets the ability to get email notifications about new replies to their comments: - ![Email notifications subscription](/docs/images/email_notifications.png?raw=true) + ![Email notifications subscription](/docs/1.6/images/email_notifications.png?raw=true) ## Setup email server connection diff --git a/docs/latest/email.md b/docs/latest/email.md index 440f8304..baef2fa3 100644 --- a/docs/latest/email.md +++ b/docs/latest/email.md @@ -10,13 +10,13 @@ This documentation describes how to enable the email-related capabilities of Rem enabling this will let the user log in using their emails: - ![Email authentication](/docs/images/email_auth.png?raw=true) + ![Email authentication](/docs/latest/images/email_auth.png?raw=true)) - email notifications for any users except anonymous: GitHub or Google or Twitter or any other kind of user gets the ability to get email notifications about new replies to their comments: - ![Email notifications subscription](/docs/images/email_notifications.png?raw=true) + ![Email notifications subscription](/docs/latest/images/email_notifications.png?raw=true)) ## Setup email server connection