Skip to content
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 README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ location), as a part of `PEP 615 <https://www.python.org/dev/peps/pep-0615/>`_
This repository generates a ``pip``-installable package, published on PyPI as
`tzdata <https://pypi.org/project/tzdata>`_.

For more information, see `the documentation <https://tzdata.readthedocs.io>`_.
For more information, see `the documentation <https://tzdata.python.org>`_.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers =
project_urls =
Bug Reports = https://github.com/python/tzdata/issues
Source = https://github.com/python/tzdata
Documentation = https://tzdata.readthedocs.io
Documentation = https://tzdata.python.org

[options]
packages = tzdata
Expand Down
Loading