diff --git a/README.md b/README.md index cdfa2b3c79..7063d5ae6b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Rouge -[![Build Status](https://secure.travis-ci.org/jneen/rouge.svg)](http://travis-ci.org/jneen/rouge) -[![Gem Version](https://badge.fury.io/rb/rouge.svg)](http://badge.fury.io/rb/rouge) +[![Build Status](https://secure.travis-ci.org/rouge-ruby/rouge.svg)](https://travis-ci.org/rouge-ruby/rouge) +[![Gem Version](https://badge.fury.io/rb/rouge.svg)](https://rubygems.org/gems/rouge) [rouge]: http://rouge.jneen.net/ @@ -9,7 +9,7 @@ If you'd like to help out with this project, assign yourself something from the [issues][] page, and send me a pull request (even if it's not done yet!). Bonus points for feature branches. -[issues]: https://github.com/jneen/rouge/issues "Help Out" +[issues]: https://github.com/rouge-ruby/rouge/issues "Help Out" [pygments]: http://pygments.org/ "Pygments" ## Usage @@ -86,7 +86,7 @@ $ rougify style monokai.sublime > syntax.css ### Advantages to pygments.rb * No need to [spawn Python processes](https://github.com/tmm1/pygments.rb). -* We're faster in [almost every measure](https://github.com/jneen/rouge/pull/41#issuecomment-223751572) +* We're faster in [almost every measure](https://github.com/rouge-ruby/rouge/pull/41#issuecomment-223751572) ### Advantages to CodeRay * The HTML output from Rouge is fully compatible with stylesheets designed for pygments. @@ -126,7 +126,7 @@ Rouge is only for UTF-8 strings. If you'd like to highlight a string with a dif ### Installing Ruby -If you're here to implement a lexer for your awesome language, there's a good chance you don't already have a ruby development environment set up. Follow the [instructions on the wiki](https://github.com/jneen/rouge/wiki/Setting-up-Ruby) to get up and running. If you have trouble getting set up, let me know - I'm always happy to help. +If you're here to implement a lexer for your awesome language, there's a good chance you don't already have a ruby development environment set up. Follow the [instructions on the wiki](https://github.com/rouge-ruby/rouge/wiki/Setting-up-Ruby) to get up and running. If you have trouble getting set up, let me know - I'm always happy to help. ### Run the tests