diff options
| author | Anton Leontiev <scileont@gmail.com> | 2019-10-19 12:40:52 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-10-19 19:14:10 +0300 |
| commit | 603b1ac287d73c5d2dfa3fdcb6402a082ed2c236 (patch) | |
| tree | e8fb975167bfc165017ed72db8d442ac13260a42 /docs/markdown/Release-notes-for-0.48.0.md | |
| parent | ddd7cf634b6c691c656b59ee44ff9c35c3c5d5b8 (diff) | |
| download | meson-603b1ac287d73c5d2dfa3fdcb6402a082ed2c236.tar.gz | |
docs: Fix some incorrect links [skip ci]
Diffstat (limited to 'docs/markdown/Release-notes-for-0.48.0.md')
| -rw-r--r-- | docs/markdown/Release-notes-for-0.48.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Release-notes-for-0.48.0.md b/docs/markdown/Release-notes-for-0.48.0.md index a89f5c929..2cb02684e 100644 --- a/docs/markdown/Release-notes-for-0.48.0.md +++ b/docs/markdown/Release-notes-for-0.48.0.md @@ -29,7 +29,7 @@ manually changed with the new base option `b_vscrt`. ## Meson warns if two calls to `configure_file()` write to the same file -If two calls to [`configure_file()`](#Reference-manual.md#configure_file) +If two calls to [`configure_file()`](Reference-manual.md#configure_file) write to the same file Meson will print a `WARNING:` message during configuration. For example: ```meson |
