Skip to content

DOCSP-52054-fix-internal-404s #283

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/integrations/flask-celery-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ start this tutorial:
in the Atlas guide.
- `RabbitMQ <https://www.rabbitmq.com/docs/download>`__ to use as a message
broker for Celery.
- `Gmail <www.gmail.com>`__ to use as an SMTP server. For more information about
- `Gmail <https://mail.google.com/mail>`__ to use as an SMTP server. For more information about
SMTP servers, see the :wikipedia:`Simple Mail Transfer Protocol
<Simple_Mail_Transfer_Protocol>` Wikipedia page.
- `Python 3.9 or later <https://www.python.org/downloads/>`__
Expand Down Expand Up @@ -638,7 +638,7 @@ You can use the following steps to test your application:

.. step:: Create a subscriber

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

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

.. step:: Dispatch a newsletter

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

Expand Down
Loading