Skip to content

Commit 621ae44

Browse files
committed
Use correct capitalization for "GitHub"
1 parent 1b3fd55 commit 621ae44

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

contribute/documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ without creating an issue, but please look to see if there is an issue already s
3131

3232
### The Main Scala Documentation Site
3333

34-
[docs.scala-lang.org](https://docs.scala-lang.org/) houses the primary source of written, non-API documentation for Scala. It's a github project that you can fork and submit pull requests from. It includes:
34+
[docs.scala-lang.org](https://docs.scala-lang.org/) houses the primary source of written, non-API documentation for Scala. It's a GitHub project that you can fork and submit pull requests from. It includes:
3535

3636
* Overviews
3737
* Tutorials
@@ -51,7 +51,7 @@ the [Jekyll](https://jekyllrb.com/) markdown engine so you will need to follow t
5151
Additional high-level documentation (including documentation on contributing
5252
to Scala and related projects) is provided on the main
5353
[Scala Language site](https://scala-lang.org), and is also kept in the
54-
[scala-lang github project](https://github.com/scala/scala-lang) which may be forked to create pull requests.
54+
[scala-lang GitHub project](https://github.com/scala/scala-lang) which may be forked to create pull requests.
5555

5656
Please read both the
57-
[docs.scala-lang.org contribution](https://docs.scala-lang.org/contribute.html) document and the [scala-lang.org github README](https://github.com/scala/scala-lang#scala-langorg) before embarking on any changes to the Scala language site, as it uses the same Jekyll markdown tool and many of the same conventions as the Scala documentation site.
57+
[docs.scala-lang.org contribution](https://docs.scala-lang.org/contribute.html) document and the [scala-lang.org GitHub README](https://github.com/scala/scala-lang#scala-langorg) before embarking on any changes to the Scala language site, as it uses the same Jekyll markdown tool and many of the same conventions as the Scala documentation site.

contribute/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ unencumbered by copyrights or patents.
5252

5353
### Bug-fix Check List
5454

55-
This is the impatient developer's checklist for the steps to submit a bug-fix pull request to the Scala project. For more information, description and justification for the steps, follow the links in that step. Further specific instructions for the release of Scala you are targeting can be found in the `CONTRIBUTING.md` file for that [github branch](https://github.com/scala/scala)
55+
This is the impatient developer's checklist for the steps to submit a bug-fix pull request to the Scala project. For more information, description and justification for the steps, follow the links in that step. Further specific instructions for the release of Scala you are targeting can be found in the `CONTRIBUTING.md` file for that [GitHub branch](https://github.com/scala/scala)
5656

5757
1. [Select a bug to fix from GitHub](/contribute/#community-tickets), or if you found the bug yourself and want to fix it, [create a GitHub issue](/contribute/bug-reporting-guide.html) (but please
5858
[make sure it's not a duplicate](/contribute/bug-reporting-guide.html#reporting-confirmed-bugs-is-a-sin)).

contribute/hacker-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you're new to Git, don't be afraid of messing up-- there is no way you can co
6868
### Clone
6969

7070
If everything went okay, you will be redirected to your own fork at `https://github.com/user-name/scala`, where `username`
71-
is your github user name. You might find it helpful to read [https://help.github.com/fork-a-repo/](https://help.github.com/fork-a-repo/),
71+
is your GitHub user name. You might find it helpful to read [https://help.github.com/fork-a-repo/](https://help.github.com/fork-a-repo/),
7272
which covers some of the things that will follow below. Then, _clone_ your repository (i.e. pull a copy from GitHub to your local machine) by running the following on the command line:
7373

7474
16:35 ~/Projects$ git clone https://github.com/xeno-by/scala

0 commit comments

Comments
 (0)