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/Gnome-module.md | |
| parent | ddd7cf634b6c691c656b59ee44ff9c35c3c5d5b8 (diff) | |
| download | meson-603b1ac287d73c5d2dfa3fdcb6402a082ed2c236.tar.gz | |
docs: Fix some incorrect links [skip ci]
Diffstat (limited to 'docs/markdown/Gnome-module.md')
| -rw-r--r-- | docs/markdown/Gnome-module.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index 9d8029eaa..a9c453171 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -225,8 +225,9 @@ useful when running the application locally for example during tests. * `build_by_default`: causes, when set to true, to have this target be built by default, that is, when invoking plain `ninja`, the default value is true for all built target types -* `depend_files`: files ([`string`](#string-object), - [`files()`](#files), or [`configure_file()`](#configure_file)) of +* `depend_files`: files ([`string`](Reference-manual.md#string-object), + [`files()`](Reference-manual.md#files), or + [`configure_file()`](Reference-manual.md#configure_file)) of schema source XML files that should trigger a re-compile if changed. ### gnome.gdbus_codegen() |
