From f0500e1ceb15ac3ebb654310eab22a4c6a3a2d09 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Fri, 10 Aug 2012 23:38:13 -0700 Subject: [PATCH] Move repository to getsentry/raven-python --- AUTHORS | 2 +- README.rst | 8 ++++---- docs/contributing/index.rst | 2 +- docs/index.rst | 4 ++-- setup.py | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0b3652b4..cb35140c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -http://github.com/dcramer/raven/contributors \ No newline at end of file +http://github.com/getsentry/raven-python/contributors \ No newline at end of file diff --git a/README.rst b/README.rst index 1a9c73b9..f8877e51 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. It provides full out-of-the-box support for many of the popular frameworks, including @@ -18,7 +18,7 @@ Resources --------- * `Documentation `_ -* `Bug Tracker `_ -* `Code `_ +* `Bug Tracker `_ +* `Code `_ * `Mailing List `_ * `IRC `_ (irc.freenode.net, #sentry) diff --git a/docs/contributing/index.rst b/docs/contributing/index.rst index b89c7f9d..39ef43bb 100644 --- a/docs/contributing/index.rst +++ b/docs/contributing/index.rst @@ -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 \ No newline at end of file +You can see a list of open pull requests (pending changes) by visiting https://github.com/getsentry/raven-python/pulls \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 9051f473..51258e7b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,8 +24,8 @@ Resources --------- * `Documentation `_ -* `Bug Tracker `_ -* `Code `_ +* `Bug Tracker `_ +* `Code `_ * `Mailing List `_ * `IRC `_ (irc.freenode.net, #sentry) diff --git a/setup.py b/setup.py index e319d799..ce5fac72 100755 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( 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",)),