diff --git a/docs/quickstart.rst b/docs/quickstart.rst index cd9c9bfee..d025269d4 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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 diff --git a/docs/v3.rst b/docs/v3.rst index 5334380af..260b9e197 100644 --- a/docs/v3.rst +++ b/docs/v3.rst @@ -38,7 +38,7 @@ Getting started with Connexion 3 -------------------------------- If you're getting started with Connexion 3 for a new project, follow the -`quickstart `_. All documentation has been updated for Connexion 3. +:doc:`quickstart `. All documentation has been updated for Connexion 3. Migrating from Connexion 2 -------------------------- @@ -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 \ No newline at end of file +.. _Github tracker: https://github.com/spec-first/connexion/issues