aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Contributing.md
diff options
context:
space:
mode:
authorAnton Leontiev <scileont@gmail.com>2019-10-19 12:40:52 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2019-10-19 19:14:10 +0300
commit603b1ac287d73c5d2dfa3fdcb6402a082ed2c236 (patch)
treee8fb975167bfc165017ed72db8d442ac13260a42 /docs/markdown/Contributing.md
parentddd7cf634b6c691c656b59ee44ff9c35c3c5d5b8 (diff)
downloadmeson-603b1ac287d73c5d2dfa3fdcb6402a082ed2c236.zip
meson-603b1ac287d73c5d2dfa3fdcb6402a082ed2c236.tar.gz
meson-603b1ac287d73c5d2dfa3fdcb6402a082ed2c236.tar.bz2
docs: Fix some incorrect links [skip ci]
Diffstat (limited to 'docs/markdown/Contributing.md')
-rw-r--r--docs/markdown/Contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Contributing.md b/docs/markdown/Contributing.md
index 143cdcb..a7ddd6c 100644
--- a/docs/markdown/Contributing.md
+++ b/docs/markdown/Contributing.md
@@ -36,7 +36,7 @@ Every new feature requires some extra steps, namely:
- Must include a project test under `test cases/`, or if that's not
possible or if the test requires a special environment, it must go
into `run_unittests.py`.
- - Must be registered with the [FeatureChecks framework](Release-notes-for-0.47.0.md#Feature_detection_based_on_meson_version_in_project)
+ - Must be registered with the [FeatureChecks framework](Release-notes-for-0.47.0.md#feature-detection-based-on-meson_version-in-project)
that will warn the user if they try to use a new feature while
targetting an older meson version.
- Needs a release note snippet inside `docs/markdown/snippets/` with