From 7951ff7151887b508d508fff47fe72b06a46c807 Mon Sep 17 00:00:00 2001 From: Bill Gathen Date: Thu, 3 Oct 2013 11:32:06 -0400 Subject: [PATCH] Removed references to old repo in README Changed 3 links from gunark/rubycas-client.git to rubycas/rubycas-client.git. --- README.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index 57720450..fbee3107 100644 --- a/README.rdoc +++ b/README.rdoc @@ -47,7 +47,7 @@ http://rubyforge.org/projects/rubycas-client. However, if you're using Rails, it's easier to install the CAS client as a plugin: cd - ./script/plugin install git://github.com/gunark/rubycas-client.git + ./script/plugin install git://github.com/rubycas/rubycas-client.git Alternatively, the library is also installable as a RubyGem[http://rubygems.org]: @@ -56,7 +56,7 @@ Alternatively, the library is also installable as a RubyGem[http://rubygems.org] If your Rails application is under Subversion control, you can also install the plugin as an svn:external, ensuring that you always have the latest bleeding-edge version of RubyCAS-Client: - ./script/plugin install -x http://svn.github.com/gunark/rubycas-client.git + ./script/plugin install -x http://svn.github.com/rubycas/rubycas-client.git == Usage Examples @@ -64,7 +64,7 @@ you always have the latest bleeding-edge version of RubyCAS-Client: If you'd rather jump right in, have a look at the example Rails and Merb applications pre-configured for CAS authentication: -http://github.com/gunark/rubycas-client/tree/master/examples +http://github.com/rubycas/rubycas-client/tree/master/examples Otherwise, continue reading for a step-by-step guide for integrating RubyCAS-Client with Rails: