From 3ce2bc5d63ad82605cbd9c9b3b792407e31863a4 Mon Sep 17 00:00:00 2001 From: Giovanni Cimolin Date: Tue, 15 Aug 2023 19:20:43 +0200 Subject: [PATCH] docs: Update references to point to Jazzband --- CONTRIBUTING.md | 3 +++ README.md | 3 ++- mkdocs.yml | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..10d79191 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +[![Jazzband](https://jazzband.co/static/img/jazzband.svg)](https://jazzband.co/) + +This is a [Jazzband](https://jazzband.co/) project. By contributing you agree to abide by the [Contributor Code of Conduct](https://jazzband.co/about/conduct) and follow the [guidelines](https://jazzband.co/about/guidelines). \ No newline at end of file diff --git a/README.md b/README.md index 88fe5d30..8a5ca1d7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ django-rest-knox ================ -[![image](https://github.com/James1345/django-rest-knox/workflows/Test/badge.svg?branch=develop)](https://github.com/James1345/django-rest-knox/actions) +[![Jazzband](https://jazzband.co/static/img/badge.svg)](https://jazzband.co/) +[![image](https://github.com/jazzband/django-rest-knox/workflows/Test/badge.svg?branch=develop)](https://github.com/jazzband/django-rest-knox/actions) Authentication Module for django rest auth diff --git a/mkdocs.yml b/mkdocs.yml index 571ed993..2ecec2a3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: Django-Rest-Knox -repo_url: https://github.com/James1345/django-rest-knox +repo_url: https://github.com/jazzband/django-rest-knox theme: readthedocs nav: - Home: 'index.md' diff --git a/setup.py b/setup.py index a75d3689..645da21e 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ long_description_content_type='text/markdown', # The project's main homepage. - url='https://github.com/James1345/django-rest-knox', + url='https://github.com/jazzband/django-rest-knox', # Author details author='James McMahon',