diff --git a/README.md b/README.md index 2200ff2..6afd401 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ Use from Ruby: Remote Syslog Logger is available on GitHub, which can be browsed at: - + and cloned with: - $ git clone git://github.com/eric/remote_syslog_logger.git + $ git clone git://github.com/papertrail/remote_syslog_logger.git # Contributing @@ -59,5 +59,5 @@ Copyright (c) 2011 Eric Lindvall. See [LICENSE][] for details. [cb]: https://wiki.github.com/defunkt/resque/contributing [fk]: http://help.github.com/forking/ -[is]: https://github.com/eric/remote_syslog_logger/issues -[LICENSE]: https://github.com/eric/remote_syslog_logger/blob/master/LICENSE +[is]: https://github.com/papertrail/remote_syslog_logger/issues +[LICENSE]: https://github.com/papertrail/remote_syslog_logger/blob/master/LICENSE diff --git a/remote_syslog_logger.gemspec b/remote_syslog_logger.gemspec index f58fa16..0cc6017 100644 --- a/remote_syslog_logger.gemspec +++ b/remote_syslog_logger.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |s| ## a custom homepage, consider using your GitHub URL or the like. s.authors = ["Eric Lindvall"] s.email = 'eric@5stops.com' - s.homepage = 'http://github.com/eric/remote_syslog_logger' + s.homepage = 'https://github.com/papertrail/remote_syslog_logger' ## This gets added to the $LOAD_PATH so that 'lib/NAME.rb' can be required as ## require 'NAME.rb' or'/lib/NAME/file.rb' can be as require 'NAME/file.rb'