Skip to content

Commit e76ee81

Browse files
committed
Move sentry repo
1 parent 1718e63 commit e76ee81

File tree

35 files changed

+41
-41
lines changed

35 files changed

+41
-41
lines changed

AUTHORS

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

README.rst

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

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

77

88
Sentry is a realtime event logging and aggregation platform. It specializes
@@ -12,9 +12,9 @@ post-mortem without any of the hassle of the standard user feedback loop.
1212
Screenshots
1313
-----------
1414

15-
.. image:: https://github.com/dcramer/sentry/raw/master/docs/images/group_list.png
15+
.. image:: https://github.com/getsentry/sentry/raw/master/docs/images/group_list.png
1616

17-
.. image:: https://github.com/dcramer/sentry/raw/master/docs/images/event.png
17+
.. image:: https://github.com/getsentry/sentry/raw/master/docs/images/event.png
1818

1919
Sentry is a Server
2020
------------------
@@ -31,7 +31,7 @@ Resources
3131
---------
3232

3333
* `Documentation <http://sentry.readthedocs.org/>`_
34-
* `Bug Tracker <http://github.com/dcramer/sentry/issues>`_
35-
* `Code <http://github.com/dcramer/sentry>`_
34+
* `Bug Tracker <http://github.com/getsentry/sentry/issues>`_
35+
* `Code <http://github.com/getsentry/sentry>`_
3636
* `Mailing List <https://groups.google.com/group/getsentry>`_
3737
* `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
@@ -87,4 +87,4 @@ Contributing Back Code
8787

8888
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.
8989

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

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Resources
4646
---------
4747

4848
* `Transifex <https://www.transifex.net/projects/p/sentry/>`_ (Translate Sentry!)
49-
* `Bug Tracker <http://github.com/dcramer/sentry/issues>`_
50-
* `Code <http://github.com/dcramer/sentry>`_
49+
* `Bug Tracker <http://github.com/getsentry/sentry/issues>`_
50+
* `Code <http://github.com/getsentry/sentry>`_
5151
* `Mailing List <https://groups.google.com/group/getsentry>`_
5252
* `IRC <irc://irc.freenode.net/sentry>`_ (irc.freenode.net, #sentry)
5353

docs/license/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Authors
1010

1111
Sentry was originally written and is maintained by David Cramer.
1212

13-
A lit of additional contributors can be seen on `GitHub <https://github.com/dcramer/sentry/contributors>`_.
13+
A lit of additional contributors can be seen on `GitHub <https://github.com/getsentry/sentry/contributors>`_.
1414

1515
.. _sentry-license:
1616

docs/plugins/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ The following extensions are available and maintained by members of the Sentry c
6464
* `sentry-trello <https://github.com/DamianZaremba/sentry-trello>`_
6565
* `sentry-campfire <https://github.com/mkhattab/sentry-campfire>`_
6666

67-
Have an extension that should be listed here? Submit a `pull request <https://github.com/dcramer/sentry>`_ and we'll
67+
Have an extension that should be listed here? Submit a `pull request <https://github.com/getsentry/sentry>`_ and we'll
6868
get it added.

example/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
'raven.contrib.django',
132132
)
133133

134-
# DSN of your Sentry server (https://github.com/dcramer/sentry)
134+
# DSN of your Sentry server
135135
# For info on configuring Django to use Sentry, see
136136
# http://raven.readthedocs.org/en/latest/config/django.html
137137
SENTRY_DSN = 'http://public:[email protected]/1'

example/templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<footer>
3737
<div class="container">
3838
{% block footer %}
39-
Sentry {% sentry_version %} | Conjured up by the <a href="http://code.disqus.com">DISQUS</a> team and other noble <a href="https://github.com/dcramer/sentry/contributors">sorcerers</a>. | Sentry is <a href="https://github.com/dcramer/sentry">Open Source Software</a>
39+
Sentry {% sentry_version %} | Conjured up by the <a href="http://code.disqus.com">DISQUS</a> team and other noble <a href="https://github.com/getsentry/sentry/contributors">sorcerers</a>. | Sentry is <a href="https://github.com/getsentry/sentry">Open Source Software</a>
4040
{% endblock %}
4141
</div>
4242
</footer>

sentry/locale/af/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
msgid ""
88
msgstr ""
99
"Project-Id-Version: sentry\n"
10-
"Report-Msgid-Bugs-To: https://github.com/dcramer/sentry/issues\n"
10+
"Report-Msgid-Bugs-To: https://github.com/getsentry/sentry/issues\n"
1111
"POT-Creation-Date: 2012-06-06 07:53+0000\n"
1212
"PO-Revision-Date: 2012-06-06 08:32+0000\n"
1313
"Last-Translator: Piet Delport <[email protected]>\n"

sentry/locale/ca/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
msgid ""
88
msgstr ""
99
"Project-Id-Version: sentry\n"
10-
"Report-Msgid-Bugs-To: https://github.com/dcramer/sentry/issues\n"
10+
"Report-Msgid-Bugs-To: https://github.com/getsentry/sentry/issues\n"
1111
"POT-Creation-Date: 2012-06-06 07:53+0000\n"
1212
"PO-Revision-Date: 2012-06-13 21:33+0000\n"
1313
"Last-Translator: Antoni Aloy <[email protected]>\n"

0 commit comments

Comments
 (0)