Skip to content

Commit 1b1053c

Browse files
authored
fix 404s (#283)
1 parent a699257 commit 1b1053c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/integrations/flask-celery-integration.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ start this tutorial:
6363
in the Atlas guide.
6464
- `RabbitMQ <https://www.rabbitmq.com/docs/download>`__ to use as a message
6565
broker for Celery.
66-
- `Gmail <www.gmail.com>`__ to use as an SMTP server. For more information about
66+
- `Gmail <https://mail.google.com/mail>`__ to use as an SMTP server. For more information about
6767
SMTP servers, see the :wikipedia:`Simple Mail Transfer Protocol
6868
<Simple_Mail_Transfer_Protocol>` Wikipedia page.
6969
- `Python 3.9 or later <https://www.python.org/downloads/>`__
@@ -638,7 +638,7 @@ You can use the following steps to test your application:
638638

639639
.. step:: Create a subscriber
640640

641-
Navigate to `<localhost:5000>`__ in your browser to open the
641+
Navigate to `localhost:5000 <http://localhost:5000>`__ in your browser to open the
642642
:guilabel:`Subscribe to our Newsletter` page.
643643

644644
Enter the subscriber information and click :guilabel:`Subscribe`.
@@ -649,7 +649,7 @@ You can use the following steps to test your application:
649649

650650
.. step:: Dispatch a newsletter
651651

652-
Navigate to `<localhost:5000/admin>`__ in your browser to open the
652+
Navigate to `localhost:5000/admin <http://localhost:5000/admin>`__ in your browser to open the
653653
:guilabel:`Send Newsletter` page. Enter the newsletter details and click
654654
:guilabel:`Send`.
655655

0 commit comments

Comments
 (0)