Skip to content

Commit 5c3141b

Browse files
committed
Added and cleaned up some URLs in docs and PyPI
1 parent c7264e0 commit 5c3141b

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ django-simple-history
1818
:alt: PyPI Version
1919

2020
.. image:: https://api.codeclimate.com/v1/badges/66cfd94e2db991f2d28a/maintainability
21-
:target: https://codeclimate.com/github/treyhunner/django-simple-history/maintainability
21+
:target: https://codeclimate.com/github/jazzband/django-simple-history/maintainability
2222
:alt: Maintainability
2323

2424
.. image:: https://pepy.tech/badge/django-simple-history

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
django-simple-history
22
=====================
33

4-
.. image:: https://secure.travis-ci.org/jazzband/django-simple-history.svg?branch=master
5-
:target: http://travis-ci.org/jazzband/django-simple-history
4+
.. image:: https://github.com/jazzband/django-simple-history/actions/workflows/test.yml/badge.svg
5+
:target: https://github.com/jazzband/django-simple-history/actions/workflows/test.yml
66
:alt: Build Status
77

88
.. image:: https://readthedocs.org/projects/django-simple-history/badge/?version=latest
@@ -18,7 +18,7 @@ django-simple-history
1818
:alt: PyPI Version
1919

2020
.. image:: https://api.codeclimate.com/v1/badges/66cfd94e2db991f2d28a/maintainability
21-
:target: https://codeclimate.com/github/treyhunner/django-simple-history/maintainability
21+
:target: https://codeclimate.com/github/jazzband/django-simple-history/maintainability
2222
:alt: Maintainability
2323

2424
.. image:: https://pepy.tech/badge/django-simple-history

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
author_email="[email protected]",
1919
maintainer="Trey Hunner",
2020
url="https://github.com/jazzband/django-simple-history",
21+
project_urls={
22+
"Documentation": "https://django-simple-history.readthedocs.io/",
23+
"Changelog": "https://github.com/jazzband/django-simple-history/blob/master/CHANGES.rst", # noqa: E501
24+
"Source": "https://github.com/jazzband/django-simple-history",
25+
"Tracker": "https://github.com/jazzband/django-simple-history/issues",
26+
},
2127
packages=[
2228
"simple_history",
2329
"simple_history.management",

0 commit comments

Comments
 (0)