File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ start this tutorial:
63
63
in the Atlas guide.
64
64
- `RabbitMQ <https://www.rabbitmq.com/docs/download>`__ to use as a message
65
65
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
67
67
SMTP servers, see the :wikipedia:`Simple Mail Transfer Protocol
68
68
<Simple_Mail_Transfer_Protocol>` Wikipedia page.
69
69
- `Python 3.9 or later <https://www.python.org/downloads/>`__
@@ -638,7 +638,7 @@ You can use the following steps to test your application:
638
638
639
639
.. step:: Create a subscriber
640
640
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
642
642
:guilabel:`Subscribe to our Newsletter` page.
643
643
644
644
Enter the subscriber information and click :guilabel:`Subscribe`.
@@ -649,7 +649,7 @@ You can use the following steps to test your application:
649
649
650
650
.. step:: Dispatch a newsletter
651
651
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
653
653
:guilabel:`Send Newsletter` page. Enter the newsletter details and click
654
654
:guilabel:`Send`.
655
655
You can’t perform that action at this time.
0 commit comments