Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed Mar 29, 2011
1 parent db59e39 commit 5c89a83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Use from Ruby:

Remote Syslog Logger is available on GitHub, which can be browsed at:

<http://github.com/eric/remote_syslog_logger>
<http://github.com/papertrail/remote_syslog_logger>

and cloned with:

$ git clone git://github.com/eric/remote_syslog_logger.git
$ git clone git://github.com/papertrail/remote_syslog_logger.git


# Contributing
Expand All @@ -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
2 changes: 1 addition & 1 deletion remote_syslog_logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]'
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'
Expand Down

0 comments on commit 5c89a83

Please sign in to comment.