Skip to content
This repository was archived by the owner on Sep 25, 2021. It is now read-only.

Commit f0500e1

Browse files
committed
Move repository to getsentry/raven-python
1 parent 94e60d0 commit f0500e1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
http://github.com/dcramer/raven/contributors
1+
http://github.com/getsentry/raven-python/contributors

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Raven
22
======
33

4-
.. image:: https://secure.travis-ci.org/dcramer/raven.png?branch=master
5-
:target: http://travis-ci.org/dcramer/raven
4+
.. image:: https://secure.travis-ci.org/getsentry/raven-python.png?branch=master
5+
:target: http://travis-ci.org/getsentry/raven-python
66

77
Raven is a Python client for `Sentry <http://aboutsentry.com/>`_. It provides
88
full out-of-the-box support for many of the popular frameworks, including
@@ -18,7 +18,7 @@ Resources
1818
---------
1919

2020
* `Documentation <http://raven.readthedocs.org/>`_
21-
* `Bug Tracker <http://github.com/dcramer/raven/issues>`_
22-
* `Code <http://github.com/dcramer/raven>`_
21+
* `Bug Tracker <http://github.com/getsentry/raven-python/issues>`_
22+
* `Code <http://github.com/getsentry/raven-python>`_
2323
* `Mailing List <https://groups.google.com/group/getsentry>`_
2424
* `IRC <irc://irc.freenode.net/sentry>`_ (irc.freenode.net, #sentry)

docs/contributing/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Contributing Back Code
5353

5454
Ideally all patches should be sent as a pull request on GitHub, and include tests. If you're fixing a bug or making a large change the patch **must** include test coverage.
5555

56-
You can see a list of open pull requests (pending changes) by visiting https://github.com/dcramer/raven/pulls
56+
You can see a list of open pull requests (pending changes) by visiting https://github.com/getsentry/raven-python/pulls

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Resources
2424
---------
2525

2626
* `Documentation <http://raven.readthedocs.org/>`_
27-
* `Bug Tracker <http://github.com/dcramer/raven/issues>`_
28-
* `Code <http://github.com/dcramer/raven>`_
27+
* `Bug Tracker <http://github.com/getsentry/raven-python/issues>`_
28+
* `Code <http://github.com/getsentry/raven-python>`_
2929
* `Mailing List <https://groups.google.com/group/getsentry>`_
3030
* `IRC <irc://irc.freenode.net/sentry>`_ (irc.freenode.net, #sentry)
3131

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
version='2.0.3',
5050
author='David Cramer',
5151
author_email='[email protected]',
52-
url='http://github.com/dcramer/raven',
52+
url='http://github.com/getsentry/raven-python',
5353
description='Raven is a client for Sentry (https://www.getsentry.com)',
5454
long_description=__doc__,
5555
packages=find_packages(exclude=("tests",)),

0 commit comments

Comments
 (0)