Skip to content

Commit d0e22cb

Browse files
committed
Merge pull request #70 from billgathen/patch-1
Removed references to old repo in README
2 parents 843a5af + 7951ff7 commit d0e22cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.rdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ http://rubyforge.org/projects/rubycas-client.
4747
However, if you're using Rails, it's easier to install the CAS client as a plugin:
4848

4949
cd <your rails app>
50-
./script/plugin install git://github.com/gunark/rubycas-client.git
50+
./script/plugin install git://github.com/rubycas/rubycas-client.git
5151

5252
Alternatively, the library is also installable as a RubyGem[http://rubygems.org]:
5353

@@ -56,15 +56,15 @@ Alternatively, the library is also installable as a RubyGem[http://rubygems.org]
5656
If your Rails application is under Subversion control, you can also install the plugin as an svn:external, ensuring that
5757
you always have the latest bleeding-edge version of RubyCAS-Client:
5858

59-
./script/plugin install -x http://svn.github.com/gunark/rubycas-client.git
59+
./script/plugin install -x http://svn.github.com/rubycas/rubycas-client.git
6060

6161

6262
== Usage Examples
6363

6464
If you'd rather jump right in, have a look at the example Rails and Merb applications pre-configured for CAS
6565
authentication:
6666

67-
http://github.com/gunark/rubycas-client/tree/master/examples
67+
http://github.com/rubycas/rubycas-client/tree/master/examples
6868

6969

7070
Otherwise, continue reading for a step-by-step guide for integrating RubyCAS-Client with Rails:

0 commit comments

Comments
 (0)