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`.