Skip to content

Commit

Permalink
Fix kalkin links to omemo
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkin committed Jan 11, 2016
1 parent e8a714b commit 2676489
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .cookiecutterrc
Expand Up @@ -43,5 +43,5 @@ default_context:
test_runner: 'pytest'
travis: 'yes'
version: '0.1.0'
website: 'https://github.com/kalkin'
website: 'https://github.com/omemo'
year: 'now'
8 changes: 4 additions & 4 deletions CONTRIBUTING.rst
Expand Up @@ -8,7 +8,7 @@ little bit helps, and credit will always be given.
Bug reports
===========

When `reporting a bug <https://github.com/kalkin/python-omemo/issues>`_ please include:
When `reporting a bug <https://github.com/omemo/python-omemo/issues>`_ please include:

* Your operating system name and version.
* Any details about your local setup that might be helpful in troubleshooting.
Expand All @@ -24,7 +24,7 @@ articles, and such.
Feature requests and feedback
=============================

The best way to send feedback is to file an issue at https://github.com/kalkin/python-omemo/issues.
The best way to send feedback is to file an issue at https://github.com/omemo/python-omemo/issues.

If you are proposing a feature:

Expand All @@ -37,7 +37,7 @@ Development

To set up `python-omemo` for local development:

1. `Fork python-omemo on GitHub <https://github.com/kalkin/python-omemo/fork>`_.
1. `Fork python-omemo on GitHub <https://github.com/omemo/python-omemo/fork>`_.
2. Clone your fork locally::

git clone git@github.com:your_name_here/python-omemo.git
Expand Down Expand Up @@ -73,7 +73,7 @@ For merging, you should:
4. Add yourself to ``AUTHORS.rst``.

.. [1] If you don't have all the necessary python versions available locally you can rely on Travis - it will
`run the tests <https://travis-ci.org/kalkin/python-omemo/pull_requests>`_ for each change you add in the pull request.
`run the tests <https://travis-ci.org/omemo/python-omemo/pull_requests>`_ for each change you add in the pull request.
It will be slower though ...
Expand Down
16 changes: 8 additions & 8 deletions README.rst
Expand Up @@ -20,21 +20,21 @@ Overview
:target: https://readthedocs.org/projects/python-omemo
:alt: Documentation Status

.. |travis| image:: https://travis-ci.org/kalkin/python-omemo.svg?branch=master
.. |travis| image:: https://travis-ci.org/omemo/python-omemo.svg?branch=master
:alt: Travis-CI Build Status
:target: https://travis-ci.org/kalkin/python-omemo
:target: https://travis-ci.org/omemo/python-omemo

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/kalkin/python-omemo?branch=master&svg=true
.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/omemo/python-omemo?branch=master&svg=true
:alt: AppVeyor Build Status
:target: https://ci.appveyor.com/project/kalkin/python-omemo
:target: https://ci.appveyor.com/project/omemo/python-omemo

.. |requires| image:: https://requires.io/github/kalkin/python-omemo/requirements.svg?branch=master
.. |requires| image:: https://requires.io/github/omemo/python-omemo/requirements.svg?branch=master
:alt: Requirements Status
:target: https://requires.io/github/kalkin/python-omemo/requirements/?branch=master
:target: https://requires.io/github/omemo/python-omemo/requirements/?branch=master

.. |codecov| image:: https://codecov.io/github/kalkin/python-omemo/coverage.svg?branch=master
.. |codecov| image:: https://codecov.io/github/omemo/python-omemo/coverage.svg?branch=master
:alt: Coverage Status
:target: https://codecov.io/github/kalkin/python-omemo
:target: https://codecov.io/github/omemo/python-omemo

.. |version| image:: https://img.shields.io/pypi/v/python-omemo.svg?style=flat
:alt: PyPI Package latest release
Expand Down
2 changes: 1 addition & 1 deletion ci/appveyor-download.py
Expand Up @@ -93,7 +93,7 @@ def unpack_zipfile(filename):
parser = argparse.ArgumentParser(description='Download artifacts from AppVeyor.')
parser.add_argument('--id',
metavar='PROJECT_ID',
default='kalkin/python-omemo',
default='omemo/python-omemo',
help='Project ID in AppVeyor.')
parser.add_argument('build',
nargs='?',
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -30,8 +30,8 @@
pygments_style = 'trac'
templates_path = ['.']
extlinks = {
'issue': ('https://github.com/kalkin/python-omemo/issues/%s', '#'),
'pr': ('https://github.com/kalkin/python-omemo/pull/%s', 'PR #'),
'issue': ('https://github.com/omemo/python-omemo/issues/%s', '#'),
'pr': ('https://github.com/omemo/python-omemo/pull/%s', 'PR #'),
}
# on_rtd is whether we are on readthedocs.org
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
Expand All @@ -45,7 +45,7 @@
html_last_updated_fmt = '%b %d, %Y'
html_split_index = True
html_sidebars = {
'**': ['searchbox.html', 'globaltoc.html', 'sourcelink.html'],
'**': ['searchbox.html', 'globaltoc.html', 'sourcelink.html'],
}
html_short_title = '%s-%s' % (project, version)

Expand Down

0 comments on commit 2676489

Please sign in to comment.