Skip to content

Commit

Permalink
Github should be GitHub (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored Nov 1, 2021
1 parent fd07b53 commit d78ee4d
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ You can see the documentation live online at <https://rvm.io>.

## Quick corrections

For small changes like single wording fixes it is enough to use Github builtin editor,
For small changes like single wording fixes it is enough to use GitHub builtin editor,
navigate to https://github.com/rvm/rvm-site/tree/master/content, find the page to fix
and press the **Edit** button, try to give meaningful description so it is easier to
understand why this change is needed.
Expand Down
2 changes: 1 addition & 1 deletion content/authors/havenwood.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ created_at: 2015-03-31 11:37:38 -0700
%a{:href => "https://github.com/havenwood"}
havenwood

on the Githubs or IRC. Happy coding!
on the GitHubs or IRC. Happy coding!

%p
My best to you,
Expand Down
2 changes: 1 addition & 1 deletion content/authors/pkuczynski.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ created_at: 2016-12-23 14:17:00 +0200
%a{:href => "https://github.com/pkuczynski"}
pkuczynski

on Github.
on GitHub.

Happy coding!

Expand Down
2 changes: 1 addition & 1 deletion content/development/contributing.haml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ title: Contributing to the RVM project.
%li
If you're interested in helping out, but don't have something specific in
mind, check out the project's
%a{:href => "https://github.com/rvm/rvm/issues"} Github Issues.
%a{:href => "https://github.com/rvm/rvm/issues"} GitHub Issues.

%h2 Handy Tips

Expand Down
4 changes: 2 additions & 2 deletions content/development/debugging.haml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ title: Debugging RVM

%p
To share this information use:
%a{:href => "http://gist.github.com/"} Github's Gist
%a{:href => "http://gist.github.com/"} GitHub's Gist

%h3 Reporting Bugs

Expand All @@ -66,5 +66,5 @@ title: Debugging RVM

%p
Report the bug on the project's
%a{:href => "https://github.com/rvm/rvm/issues"} Github Issues
%a{:href => "https://github.com/rvm/rvm/issues"} GitHub Issues
page.
2 changes: 1 addition & 1 deletion content/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ title: RVM Ruby Version Manager - Documentation
%ul
%li
%a{:href => "https://github.com/rvm"}
on each project in RVM Github organization,
on each project in RVM GitHub organization,
%li
especially
%a{:href => "https://github.com/rvm/rvm/issues"}
Expand Down
2 changes: 1 addition & 1 deletion content/rubies/patching.haml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ title: "'./patching' - Patching Rubies."
%p
If your patch fixes important issues on old branches like 2.0.0 it can
be contributed to RVM. Open a pull request at
%a{:href => "https://github.com/rvm/rvm"} Github repository.
%a{:href => "https://github.com/rvm/rvm"} GitHub repository.

%p
It might appear that your patch is to awesome for everybody and you should keep it as your own vendor extension
Expand Down
2 changes: 1 addition & 1 deletion content/support/irc.haml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ title: "Issues tracker"
%ul
%li
%a{:href => "https://github.com/rvm"}
on each project in RVM Github organization,
on each project in RVM GitHub organization,
%li
especially
%a{:href => "https://github.com/rvm/rvm/issues"}
Expand Down
2 changes: 1 addition & 1 deletion content/support/troubleshooting.haml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ files.
%p
If you have this problem, please report the details of your operating system,
$BASH_VERSION, the version of bash_completion you're using, etc. to #rvm on
Freenode or on Github. To be honest, the tab completion for cd in
Freenode or on GitHub. To be honest, the tab completion for cd in
bash_completion is far more robust than the code in rvm's cd function, and
%em should
still work with rvm. (In fact, it
Expand Down
2 changes: 1 addition & 1 deletion layouts/shared/header.haml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
If you can help or wish to become one of the maintainers - just start helping.
You can find more RVM related projects at
%a{ :href => "https://github.com/rvm" }
RVM Github organization.
RVM GitHub organization.

#donate
.title Donation
Expand Down

0 comments on commit d78ee4d

Please sign in to comment.