From 4435553ab201c3d3c437fcc11367158a3e646d8b Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Thu, 23 Apr 2020 13:23:32 +0200 Subject: [PATCH 1/2] fixing broken link --- docs/core/responses.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/responses.rst b/docs/core/responses.rst index b51b0c2129eb..817ed9b97513 100644 --- a/docs/core/responses.rst +++ b/docs/core/responses.rst @@ -167,4 +167,4 @@ You may want to proactively reach out to the user, for example to display the output of a long running background operation or notify the user of an external event. To learn more, check out `reminderbot `_ in -the Rasa examples directory, or the `docs page on this topic <../../core/external-events-and-reminders>`_. +the Rasa examples directory, or the `docs page on this topic <../../core/reminders-and-external-events>`_. From d0640c3fffe6dc8ac91f55cb37ad2a1cb6182027 Mon Sep 17 00:00:00 2001 From: tydunn Date: Tue, 28 Apr 2020 10:58:59 +0200 Subject: [PATCH 2/2] updating link to ref --- docs/core/responses.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/responses.rst b/docs/core/responses.rst index 817ed9b97513..2871c8728fc6 100644 --- a/docs/core/responses.rst +++ b/docs/core/responses.rst @@ -167,4 +167,4 @@ You may want to proactively reach out to the user, for example to display the output of a long running background operation or notify the user of an external event. To learn more, check out `reminderbot `_ in -the Rasa examples directory, or the `docs page on this topic <../../core/reminders-and-external-events>`_. +the Rasa examples directory or look into :ref:`reminders-and-external-events`.