Skip to content
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

Fix two broken links in the docs. #1854

Merged
merged 1 commit into from
Feb 11, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Or with gunicorn (which is recommended in production).
See the `uvicorn documentation`_ for more details or check this
`overview of available ASGI servers`_ for other options.

.. _overview of available ASGI servers: https://asgi.readthedocs.io/en/latest/implementations.html#servers.
.. _overview of available ASGI servers: https://asgi.readthedocs.io/en/latest/implementations.html#servers


If you installed connexion using :code:`connexion[uvicorn]`, you can run it using the
Expand Down
4 changes: 2 additions & 2 deletions docs/v3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Getting started with Connexion 3
--------------------------------

If you're getting started with Connexion 3 for a new project, follow the
`quickstart <quickstart.md>`_. All documentation has been updated for Connexion 3.
:doc:`quickstart <quickstart>`. All documentation has been updated for Connexion 3.

Migrating from Connexion 2
--------------------------
Expand Down Expand Up @@ -319,4 +319,4 @@ like to make the migration for our users as easy and possible.
* For issues, please open an issue on our `Github tracker`_

.. _discussion: https://github.com/spec-first/connexion/discussions
.. _Github tracker: https://github.com/spec-first/connexion/issues
.. _Github tracker: https://github.com/spec-first/connexion/issues