From ebb1ee6b3d537c9678bafb3a94b74b39de0d4284 Mon Sep 17 00:00:00 2001 From: Angela Date: Tue, 22 Jul 2025 10:27:31 -0400 Subject: [PATCH] fix 404s --- source/integrations/flask-celery-integration.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/integrations/flask-celery-integration.txt b/source/integrations/flask-celery-integration.txt index c25a3826..dfd9f807 100644 --- a/source/integrations/flask-celery-integration.txt +++ b/source/integrations/flask-celery-integration.txt @@ -63,7 +63,7 @@ start this tutorial: in the Atlas guide. - `RabbitMQ `__ to use as a message broker for Celery. -- `Gmail `__ to use as an SMTP server. For more information about +- `Gmail `__ to use as an SMTP server. For more information about SMTP servers, see the :wikipedia:`Simple Mail Transfer Protocol ` Wikipedia page. - `Python 3.9 or later `__ @@ -638,7 +638,7 @@ You can use the following steps to test your application: .. step:: Create a subscriber - Navigate to ``__ in your browser to open the + Navigate to `localhost:5000 `__ in your browser to open the :guilabel:`Subscribe to our Newsletter` page. Enter the subscriber information and click :guilabel:`Subscribe`. @@ -649,7 +649,7 @@ You can use the following steps to test your application: .. step:: Dispatch a newsletter - Navigate to ``__ in your browser to open the + Navigate to `localhost:5000/admin `__ in your browser to open the :guilabel:`Send Newsletter` page. Enter the newsletter details and click :guilabel:`Send`.