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

Link readme to the default / stable documentation not latest #245

Merged
merged 1 commit into from
Nov 28, 2024
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 README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Build Status
:alt: CI on the master branch

.. image:: https://readthedocs.org/projects/uap-python/badge/?version=latest
:target: https://uap-python.readthedocs.io/en/latest/
:target: https://uap-python.readthedocs.io/
:alt: Documentation Status

Installing
Expand Down Expand Up @@ -42,7 +42,7 @@ ua-parser supports CPython 3.9 and newer, recent pypy (supporting
See `builtin resolvers`_ for more explanation of the tradeoffs
between the different options.

.. _builtin resolvers: https://uap-python.readthedocs.io/en/latest/guides.html#builtin-resolvers
.. _builtin resolvers: https://uap-python.readthedocs.io/stable/guides.html#builtin-resolvers

Quick Start
-----------
Expand Down Expand Up @@ -114,4 +114,4 @@ Upgrading

Upgrading from 0.x? See `the upgrade guide`_.

.. _the upgrade guide: https://uap-python.readthedocs.io/en/latest/advanced/migration.html
.. _the upgrade guide: https://uap-python.readthedocs.io/stable/advanced/migration.html