8000 Merge pull request #664 from adamchainz/readthedocs.io · omgjlk/github3.py@b02e69e · GitHub
[go: up one dir, main page]

Skip to content

Commit b02e69e

Browse files
Merge pull request sigmavirus24#664 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
2 parents 1ce9bda + 0e8269d commit b02e69e

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

HISTORY.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
- Allow users to pass a two-factor authentication callback to
7070
``GitHub#authorize``.
7171

72-
.. _single authorization: https://github3py.readthedocs.org/en/latest/github.html#github3.github.GitHub.revoke_authorization
73-
.. _all authorizations: https://github3py.readthedocs.org/en/latest/github.html#github3.github.GitHub.revoke_authorizations
74-
.. _ping: https://github3py.readthedocs.org/en/latest/repos.html?highlight=ping#github3.repos.hook.Hook.ping
75-
.. _Repository's collaborators: https://github3py.readthedocs.org/en/latest/repos.html#github3.repos.repo.Repository.iter_collaborators
72+
.. _single authorization: https://github3py.readthedocs.io/en/latest/github.html#github3.github.GitHub.revoke_authorization
73+
.. _all authorizations: https://github3py.readthedocs.io/en/latest/github.html#github3.github.GitHub.revoke_authorizations
74+
.. _ping: https://github3py.readthedocs.io/en/latest/repos.html?highlight=ping#github3.repos.hook.Hook.ping
75+
.. _Repository's collaborators: https://github3py.readthedocs.io/en/latest/repos.html#github3.repos.repo.Repository.iter_collaborators
7676
.. _pagination changes: https://developer.github.com/changes/2014-03-18-paginating-method-changes/
7777
.. _stargarzers_url: https://github.com/sigmavirus24/github3.py/pull/240
7878

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ this in a virtual enviroment. These need to be installed for the tests to run.
4242

4343
.. _betamax: https://github.com/sigmavirus24/betamax
4444
.. _coverage: http://nedbatchelder.com/code/coverage/
45-
.. _mock: http://mock.readthedocs.org/en/latest/
45+
.. _mock: https://mock.readthedocs.io/en/latest/
4646

4747
License
4848
-------
@@ -56,7 +56,7 @@ Examples
5656

5757
See the docs_ for more examples.
5858

59-
.. _docs: http://github3py.readthedocs.org/en/latest/index.html#more-examples
59+
.. _docs: https://github3py.readthedocs.io/en/latest/index.html#more-examples
6060

6161
Testing
6262
~~~~~~~

docs/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,4 @@ Betamax sanitizes information like that before saving the cassette. It never
264264
does hurt to double check though.
265265

266266
.. _Betamax: https://github.com/sigmavirus24/betamax
267-
.. _cassettes: https://betamax.readthedocs.org/en/latest/cassettes.html 8000
267+
.. _cassettes: https://betamax.readthedocs.io/en/latest/cassettes.html

github3/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__copyright__ = 'Copyright 2012-2016 Ian Cordasco'
88
__version__ = '1.0.0a4'
99
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
10-
__url__ = 'http://github3.readthedocs.org'
10+
__url__ = 'https://github3.readthedocs.io'
1111

1212
__all__ = (
1313
'__package_name__', '__title__', '__author__', '__author_email__',

github3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
github3
44
=======
55
6-
See http://github3.readthedocs.org/ for documentation.
6+
See https://github3.readthedocs.io/ for documentation.
77
88
:copyright: (c) 2012-2016 by Ian Cordasco
99
:license: Modified BSD, see LICENSE for more details

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def run_tests(self):
7171
license='3-clause BSD',
7272
author="Ian Cordasco",
7373
author_email="graffatcolmingov@gmail.com",
74-
url="https://github3py.readthedocs.org",
74+
url="https://github3py.readthedocs.io",
7575
packages=packages,
7676
install_requires=requires,
7777
classifiers=[

0 commit comments

Comments
 (0)
0