diff options
-rw-r--r-- | install.txt | 2 | ||||
-rw-r--r-- | web/community.txt | 6 | ||||
-rw-r--r-- | web/news.txt | 2 | ||||
-rw-r--r-- | web/website.ini | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/install.txt b/install.txt index ef367639c..55e8d8ce5 100644 --- a/install.txt +++ b/install.txt @@ -62,7 +62,7 @@ Currently, the following C compilers are supported under Windows: However, most testing is done with GCC. -Bootstrapping from Github +Bootstrapping from GitHub ------------------------- Take a look at the readme file on github `here <https://github.com/nim-lang/Nim#readme>`_ diff --git a/web/community.txt b/web/community.txt index 4b8c481b9..b8a6c7372 100644 --- a/web/community.txt +++ b/web/community.txt @@ -41,14 +41,14 @@ Nim's Community .. container:: standout - Github + GitHub ------ - Nim's `source code <http://github.com/nim-lang/Nim>`_ is hosted on Github. + Nim's `source code <http://github.com/nim-lang/Nim>`_ is hosted on GitHub. Together with the `wiki <http://github.com/nim-lang/Nim/wiki>`_ and `issue tracker <http://github.com/nim-lang/Nim/issues>`_. - Github also hosts other projects relating to Nim. These projects are a part + GitHub also hosts other projects relating to Nim. These projects are a part of the `nim-lang organisation <http://github.com/nim-lang>`_. This includes the `Nimble package manager <https://github.com/nim-lang/nimble>`_ and its `package repository <http://github.com/nim-lang/packages>`_. diff --git a/web/news.txt b/web/news.txt index af8168f36..beb98192f 100644 --- a/web/news.txt +++ b/web/news.txt @@ -792,7 +792,7 @@ is the installation of packages containing libraries and/or applications written in Nim. Even though Nimble is still very young it already is very functional. It can install packages by name, it does so by accessing a -packages repository which is hosted on a Github repo. Packages can also be +packages repository which is hosted on a GitHub repo. Packages can also be installed via a Git repo URL or Mercurial repo URL. The package repository is searchable through Nimble. Anyone is free to add their own packages to the package repository by forking the diff --git a/web/website.ini b/web/website.ini index c160d624d..dcfea8bf4 100644 --- a/web/website.ini +++ b/web/website.ini @@ -9,7 +9,7 @@ Authors: "Andreas Rumpf and contributors" # Everything after ; is the ID Community: "community.html;link_forum" Aporia_IDE: "https://github.com/nim-lang/Aporia;link_aporia" -Github_Repo: "http://github.com/Araq/Nim;link_github" +GitHub_Repo: "http://github.com/Araq/Nim;link_github" [Tabs] |