diff options
author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-05-02 20:55:49 -0400 |
---|---|---|
committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-05-03 16:20:51 -0400 |
commit | b80d40c287789ec0cb430842923a0254c86a6150 (patch) | |
tree | 1959e740245042340aff6d6ea96f80d8a75c95f1 /docs/markdown/Getting-meson.md | |
parent | 492e281c0e5a4ff01e15af220bff21acaaa7f90d (diff) | |
download | meson-b80d40c287789ec0cb430842923a0254c86a6150.zip meson-b80d40c287789ec0cb430842923a0254c86a6150.tar.gz meson-b80d40c287789ec0cb430842923a0254c86a6150.tar.bz2 |
doc: Capitalize things more consistently.
Upper or lower case depending on the official spelling, or the more
consistent usage.
Diffstat (limited to 'docs/markdown/Getting-meson.md')
-rw-r--r-- | docs/markdown/Getting-meson.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Getting-meson.md b/docs/markdown/Getting-meson.md index 1dabe95..c01a947 100644 --- a/docs/markdown/Getting-meson.md +++ b/docs/markdown/Getting-meson.md @@ -2,7 +2,7 @@ ## Downloading Meson -Meson releases can be downloaded from the [Github release page]. +Meson releases can be downloaded from the [GitHub release page]. Meson is also available in the [Python Package Index] and can be installed with <tt>pip3 install meson</tt>. @@ -20,7 +20,7 @@ Depending on your platform and backend you wish to use, you might need the [Ninja executable]. Again, use your distro-provided version if possible. Otherwise download it from Ninja project's web site. - [Github release page]: https://github.com/mesonbuild/meson/releases + [GitHub release page]: https://github.com/mesonbuild/meson/releases [Python Package Index]: https://pypi.python.org/pypi/meson/ [Git]: https://github.com/mesonbuild/meson [Python's home page]: https://www.python.org/downloads/ |