summaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.47.0.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/Release-notes-for-0.47.0.md
parentddd7cf634b6c691c656b59ee44ff9c35c3c5d5b8 (diff)
downloadmeson-603b1ac287d73c5d2dfa3fdcb6402a082ed2c236.tar.gz
docs: Fix some incorrect links [skip ci]
Diffstat (limited to 'docs/markdown/Release-notes-for-0.47.0.md')
-rw-r--r--docs/markdown/Release-notes-for-0.47.0.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/Release-notes-for-0.47.0.md b/docs/markdown/Release-notes-for-0.47.0.md
index a427a7214..675942be4 100644
--- a/docs/markdown/Release-notes-for-0.47.0.md
+++ b/docs/markdown/Release-notes-for-0.47.0.md
@@ -50,7 +50,7 @@ Note:
When building with clang on macOS, you can now build your static and shared
binaries with embedded bitcode by enabling the `b_bitcode` [base
-option](Builtin-options.md#Base_options) by passing `-Db_bitcode=true` to
+option](Builtin-options.md#base-options) by passing `-Db_bitcode=true` to
Meson.
This is better than passing the options manually in the environment since Meson
@@ -78,7 +78,7 @@ used whenever possible.
## New action `copy:` for `configure_file()`
In addition to the existing actions `configuration:` and `command:`,
-[`configure_file()`](#Reference-manual.md#configure_file) now accepts a keyword
+[`configure_file()`](Reference-manual.md#configure_file) now accepts a keyword
argument `copy:` which specifies a new action to copy the file specified with
the `input:` keyword argument to a file in the build directory with the name
specified with the `output:` keyword argument.
@@ -88,7 +88,7 @@ do one action at a time.
## New keyword argument `encoding:` for `configure_file()`
-Add a new keyword to [`configure_file()`](#Reference-manual.md#configure_file)
+Add a new keyword to [`configure_file()`](Reference-manual.md#configure_file)
that allows the developer to specify the input and output file encoding. The
default value is the same as before: UTF-8.