Skip to content

Commit

Permalink
Move repository to getsentry/raven-python
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Aug 11, 2012
1 parent 94e60d0 commit f0500e1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
http://github.com/dcramer/raven/contributors
http://github.com/getsentry/raven-python/contributors
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Raven
======

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

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

* `Documentation <http://raven.readthedocs.org/>`_
* `Bug Tracker <http://github.com/dcramer/raven/issues>`_
* `Code <http://github.com/dcramer/raven>`_
* `Bug Tracker <http://github.com/getsentry/raven-python/issues>`_
* `Code <http://github.com/getsentry/raven-python>`_
* `Mailing List <https://groups.google.com/group/getsentry>`_
* `IRC <irc://irc.freenode.net/sentry>`_ (irc.freenode.net, #sentry)
2 changes: 1 addition & 1 deletion docs/contributing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Contributing Back Code

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.

You can see a list of open pull requests (pending changes) by visiting https://github.com/dcramer/raven/pulls
You can see a list of open pull requests (pending changes) by visiting https://github.com/getsentry/raven-python/pulls
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Resources
---------

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
version='2.0.3',
author='David Cramer',
author_email='dcramer@gmail.com',
url='http://github.com/dcramer/raven',
url='http://github.com/getsentry/raven-python',
description='Raven is a client for Sentry (https://www.getsentry.com)',
long_description=__doc__,
packages=find_packages(exclude=("tests",)),
Expand Down

0 comments on commit f0500e1

Please sign in to comment.