Skip to content

Commit

Permalink
Fix all links for repo move (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Aug 12, 2019
1 parent b6186fc commit d58de8e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Pending
.. Insert new release notes below this line
* Drop Python 2 support, only Python 3.5-3.7 is supported now.
* Fix all links for move from ``github.com/ottoyiu/django-cors-headers`` to
``github.com/adamchainz/django-cors-headers``.

3.0.2 (2019-05-28)
------------------
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ unmaintained from August 2015 and was forked in January 2016 to the package
by Laville Augustin at Zeste de Savoir.
In September 2016, Adam Johnson, Ed Morley, and others gained maintenance
responsibility for **django-cors-headers**
(`Issue 110 <https://github.com/ottoyiu/django-cors-headers/issues/110>`_) from
Otto Yiu.
(`Issue 110 <https://github.com/adamchainz/django-cors-headers/issues/110>`__)
from Otto Yiu.
Basically all of the changes in the forked **django-cors-middleware** were
merged back, or re-implemented in a different way, so it should be possible to
switch back. If there's a feature that hasn't been merged, please open an issue
about it.

**django-cors-headers** has had `40+
contributors <https://github.com/ottoyiu/django-cors-headers/graphs/contributors>`_
**django-cors-headers** has had `40+ contributors
<https://github.com/adamchainz/django-cors-headers/graphs/contributors>`__
in its time; thanks to every one of them.

Configuration
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_version(filename):
long_description=readme + "\n\n" + history,
author="Otto Yiu",
author_email="otto@live.ca",
url="https://github.com/ottoyiu/django-cors-headers",
url="https://github.com/adamchainz/django-cors-headers",
project_urls={
"Changelog": (
"https://github.com/adamchainz/django-cors-headers"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def test_non_200_headers_still_set(self):
def test_auth_view_options(self):
"""
Ensure HTTP200 and header still set, for preflight requests to views requiring
authentication. See: https://github.com/ottoyiu/django-cors-headers/issues/3
authentication. See: https://github.com/adamchainz/django-cors-headers/issues/3
"""
resp = self.client.options(
"/test-401/",
Expand Down

0 comments on commit d58de8e

Please sign in to comment.