Skip to content

Commit

Permalink
moving to rvm organization
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Nov 10, 2012
1 parent 65a5da9 commit 2b1dddc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/development/contributing.haml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@
%a{:href => "http://github.com/wayneeseguin/rvm"} wayneeseguin/rvm
%li
%strong RVM Website:
%a{:href => "http://github.com/wayneeseguin/rvm-site"} wayneeseguin/rvm-site
%a{:href => "http://github.com/rvm/rvm-site"} rvm/rvm-site
2 changes: 1 addition & 1 deletion content/rvm/best-practices.haml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

%p
By also automating gemset installs and the like (e.g. check out the rvmrc in the
%a{:href => "http://github.com/wayneeseguin/rvm-site"} rvm-site
%a{:href => "http://github.com/rvm/rvm-site"} rvm-site
repository or the
%a{:href => "http://github.com/YouthTree/TEDxPerth"} TEDxPerth
repostory's rvmrc) you also make bootstrapping a project happen via cd'ing
Expand Down
2 changes: 1 addition & 1 deletion content/rvm/offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# RVM in offline mode

This is only rough description of the process, not all the steps need to work right away,
feel free to propose fixes here: [rvm offline source](https://github.com/wayneeseguin/rvm-site/tree/master/content/rvm/offline.md).
feel free to propose fixes here: [rvm offline source](https://github.com/rvm/rvm-site/tree/master/content/rvm/offline.md).


## Installing RVM offline
Expand Down
4 changes: 2 additions & 2 deletions content/support/faq.haml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
I noticed some incorrect information on the RVM website. How do I submit a patch or Issue?
%p
Please feel free to fork
%a{ :href => "https://github.com/wayneeseguin/rvm-site/" }
%a{ :href => "https://github.com/rvm/rvm-site/" }
rvm-site
and to fix anything you find amiss. Then submit a Pull Request.
Regardless, whether you feel comfortable doing the above or not, please file an Issue at
%a{ :href => "https://github.com/wayneeseguin/rvm-site/issues/" }
%a{ :href => "https://github.com/rvm/rvm-site/issues/" }
Issue Tracker
complete with the current error and the change as you see it. If you created a pull request, please
reference the URL in your Issue.
Expand Down
2 changes: 1 addition & 1 deletion content/workflow/projects.haml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

%p
This approach, as seen in
%a{:href => "http://github.com/wayneeseguin/rvm-site/"} the source for this site
%a{:href => "http://github.com/rvm/rvm-site/"} the source for this site
and
%a{:href => "http://github.com/YouthTree/TEDxPerth/"} the open-source TEDxPerth web app
not only has an rvmrc that specifies gemset and ruby interpreter, but also goes a few
Expand Down

2 comments on commit 2b1dddc

@richo
Copy link
Member

@richo richo commented on 2b1dddc Nov 11, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! I've been wondering about this for a while.

@mpapis
Copy link
Member Author

@mpapis mpapis commented on 2b1dddc Nov 11, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw. you have now commit rights to the new repo, so feel free to push changes if you are confident of them

Please sign in to comment.