diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2018-12-05 09:49:11 -0800 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-12-05 17:57:04 +0000 |
commit | 46f3b8f75354af8e87ee267a94e7ae4602789e53 (patch) | |
tree | 343a44cf191710d5ab4f24c63c8d18e65b9b7dca /docs | |
parent | a2b0dd13a4103153ab4bd0e60447f7e90a87df03 (diff) | |
download | meson-46f3b8f75354af8e87ee267a94e7ae4602789e53.zip meson-46f3b8f75354af8e87ee267a94e7ae4602789e53.tar.gz meson-46f3b8f75354af8e87ee267a94e7ae4602789e53.tar.bz2 |
docs: fix link to platform install quirks [skip ci]
Fixes #4571
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Getting-meson.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Getting-meson.md b/docs/markdown/Getting-meson.md index 4f45ef7..e0e5722 100644 --- a/docs/markdown/Getting-meson.md +++ b/docs/markdown/Getting-meson.md @@ -4,7 +4,7 @@ Meson is implemented in Python 3, and requires 3.5 or newer. If your operating system provides a package manager, you should install it with that. For platforms that don't have a package manager, you need to download it from [Python's home page]. See below for [platform-specific Python3 -quirks](#Platform-specific_install_quirks). +quirks](#platformspecific-install-quirks). ## Downloading Meson |