Skip to content

Commit 24d0d29

Browse files
Change urls to point papis
1 parent 03d51be commit 24d0d29

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

CONTRIBUTING.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Types of Contributions
1313
Report Bugs
1414
~~~~~~~~~~~
1515

16-
Report bugs at https://github.com/alejandrogallo/doi/issues.
16+
Report bugs at https://github.com/papis/python-doi/issues.
1717

1818
If you are reporting a bug, please include:
1919

@@ -37,7 +37,7 @@ articles, and such.
3737
Submit Feedback
3838
~~~~~~~~~~~~~~~
3939

40-
The best way to send feedback is to file an issue at https://github.com/alejandrogallo/doi/issues.
40+
The best way to send feedback is to file an issue at https://github.com/papis/python-doi/issues.
4141

4242
If you are proposing a feature:
4343

@@ -51,7 +51,7 @@ Get Started!
5151

5252
In short,
5353

54-
1. Clone the repository from ``git@github.com:alejandrogallo/doi.git``
54+
1. Clone the repository from ``git@github.com:papis/python-doi.git``
5555
2. Fork the repo on GitHub to your personal account.
5656
3. Add your fork as a remote.
5757
4. Pull in the latest changes from the master branch.
@@ -77,6 +77,6 @@ Before you submit a pull request, check that it meets these guidelines:
7777
2. If the pull request adds functionality, the docs should be updated. Put
7878
your new functionality into a function with a docstring, and add the
7979
feature to the list in README.rst.
80-
3. Check https://travis-ci.org/alejandrogallo/doi/pull_requests
80+
3. Check https://travis-ci.org/papis/python-doi/pull_requests
8181
and make sure that the tests pass for all supported Python versions.
8282

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ python-doi
55
:alt: python-doi on the Python Package Index
66
:target: https://pypi.python.org/pypi/python-doi
77

8-
.. image:: https://img.shields.io/travis/alejandrogallo/python-doi.svg
8+
.. image:: https://img.shields.io/travis/papis/python-doi.svg
99
:alt: Travis Continuous Integration
10-
:target: https://travis-ci.org/alejandrogallo/python-doi
11-
.. image:: https://coveralls.io/repos/github/alejandrogallo/python-doi/badge.svg?branch=master
10+
:target: https://travis-ci.org/papis/python-doi
11+
.. image:: https://coveralls.io/repos/github/papis/python-doi/badge.svg?branch=master
1212
:alt: Coveralls
13-
:target: https://coveralls.io/github/alejandrogallo/python-doi?branch=master
13+
:target: https://coveralls.io/github/papis/python-doi?branch=master
1414
.. image:: https://readthedocs.org/projects/python-doi/badge/?version=latest
1515
:alt: Documentation Status
1616
:target: https://python-doi.readthedocs.io/en/latest/?badge=latest
@@ -44,9 +44,9 @@ To install the latest development version of python-doi from `Github`_.
4444

4545
.. code-block:: console
4646
47-
$ pip install git+https://github.com/alejandrogallo/python-doi.git@master#egg=doi
47+
$ pip install git+https://github.com/papis/python-doi.git@master#egg=doi
4848
49-
.. _Github: https://github.com/alejandrogallo/python-doi
49+
.. _Github: https://github.com/papis/python-doi
5050

5151
Usage
5252
-----

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666

6767
pygments_style = 'sphinx'
6868
extlinks = {
69-
'issue': ('https://github.com/alejandrogallo/doi/issues/%s', '#'),
70-
'pr': ('https://github.com/alejandrogallo/doi/pull/%s', 'PR #'),
69+
'issue': ('https://github.com/papis/python-doi/issues/%s', '#'),
70+
'pr': ('https://github.com/papis/python-doi/pull/%s', 'PR #'),
7171
}
7272

7373
# autodoc settings

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_version(filename):
5050
name='python-doi',
5151
packages=find_packages(where="src"),
5252
package_dir={"": "src"},
53-
url='https://github.com/alejandrogallo/doi',
53+
url='https://github.com/papis/python-doi',
5454
version=version,
5555
zip_safe=False,
5656
)

0 commit comments

Comments
 (0)