diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-08-22 17:56:56 +0200 |
|---|---|---|
| committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-10-03 12:19:45 +0200 |
| commit | 2327cb5eb3ebbbca78701cf4a27ead376d245ffe (patch) | |
| tree | 7c843f091e06d168ffa073f0db41d70daef68c9d /docs/markdown/Tutorial.md | |
| parent | 5dd8171fb3d226eaef52faa821286cf79d0f8a2a (diff) | |
| download | meson-2327cb5eb3ebbbca78701cf4a27ead376d245ffe.tar.gz | |
docs: Fix broken links
Diffstat (limited to 'docs/markdown/Tutorial.md')
| -rw-r--r-- | docs/markdown/Tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Tutorial.md b/docs/markdown/Tutorial.md index c1942c2fd..e78b8a06f 100644 --- a/docs/markdown/Tutorial.md +++ b/docs/markdown/Tutorial.md @@ -160,7 +160,7 @@ executable('demo', 'main.c', dependencies : gtkdep) ``` If your app needs to use multiple libraries, you need to use separate -[`dependency()`](Reference-manual.md#dependency) calls for each, like so: +[[dependency]] calls for each, like so: ```meson gtkdeps = [dependency('gtk+-3.0'), dependency('gtksourceview-3.0')] |
