diff --git a/README.md b/README.md
index e41282c..b0abc8d 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at
1. Clone the repository
- git clone http://github.com/jdpace/errbit.git
+ git clone http://github.com/errbit/errbit.git
2. Create & configure for Heroku
@@ -120,7 +120,7 @@ Upgrading
---------
*Note*: When upgrading Errbit, please run:
- 1. git pull origin master ( assuming origin is the github.com/jdpace/errbit repo )
+ 1. git pull origin master ( assuming origin is the github.com/errbit/errbit repo )
2. rake db:migrate
If we change the way that data is stored, this will run any migrations to bring your database up to date.
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 287ddaa..a9e1bb5 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -31,6 +31,6 @@
- if content_for?(:comments)
#content-comments
= yield :comments
- #footer= "Powered by #{link_to 'Errbit', 'http://github.com/jdpace/errbit', :target => '_blank'}: the open source error catcher.".html_safe
+ #footer= "Powered by #{link_to 'Errbit', 'http://github.com/errbit/errbit', :target => '_blank'}: the open source error catcher.".html_safe
= yield :scripts
diff --git a/public/javascripts/notifier.js b/public/javascripts/notifier.js
index 47d28de..53515c0 100644
--- a/public/javascripts/notifier.js
+++ b/public/javascripts/notifier.js
@@ -6,7 +6,7 @@ var Errbit = {
\
errbit_notifier_js\
2.0\
- https://github.com/jdpace/errbit\
+ https://github.com/errbit/errbit\
\
\
EXCEPTION_CLASS\
@@ -29,7 +29,7 @@ var Errbit = {
notify: function(error) {
var xml = escape(Errbit.generateXML(error));
- var host = Errbit.host || 'github.com/jdpace/errbit';
+ var host = Errbit.host || 'github.com/errbit/errbit';
var url = '//' + host + '/notifier_api/v2/notices.xml?data=' + xml;
var request = document.createElement('iframe');
diff --git a/public/mockup.html b/public/mockup.html
index 85e0123..917949b 100644
--- a/public/mockup.html
+++ b/public/mockup.html
@@ -84,7 +84,7 @@
-
+