aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Getting-meson.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-05-04 00:18:00 +0300
committerGitHub <noreply@github.com>2017-05-04 00:18:00 +0300
commit8cb15d728b3cfe9f2b26762ab78490da4628a30d (patch)
tree88ae990db099bb3430a094f6e1e736eb8bbcc063 /docs/markdown/Getting-meson.md
parent108dac5c162eb086b8cce3f4d0575f7282c72c48 (diff)
parentf9de195d7c5a6ed4b02ea7c87137ac6be7f15d9c (diff)
downloadmeson-8cb15d728b3cfe9f2b26762ab78490da4628a30d.zip
meson-8cb15d728b3cfe9f2b26762ab78490da4628a30d.tar.gz
meson-8cb15d728b3cfe9f2b26762ab78490da4628a30d.tar.bz2
Merge pull request #1723 from QuLogic/doc-updates
Minor documentation updates
Diffstat (limited to 'docs/markdown/Getting-meson.md')
-rw-r--r--docs/markdown/Getting-meson.md4
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/