diff options
author | lzutao <taolzu@gmail.com> | 2018-12-22 16:14:38 +0700 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-12-22 13:55:14 +0200 |
commit | 39483d29c49fcd4d39ffd96c128e45620e7e2898 (patch) | |
tree | 4d5ea1f6b0854c5ac2c486b78db0219caf1dafa5 /docs/markdown | |
parent | c220816350c74f59619b82e2dabebf2255acf07c (diff) | |
download | meson-39483d29c49fcd4d39ffd96c128e45620e7e2898.zip meson-39483d29c49fcd4d39ffd96c128e45620e7e2898.tar.gz meson-39483d29c49fcd4d39ffd96c128e45620e7e2898.tar.bz2 |
docs: Fix href in Pkgconfig module [skip ci]
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Pkgconfig-module.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Pkgconfig-module.md b/docs/markdown/Pkgconfig-module.md index 6aee0c7..7e93524 100644 --- a/docs/markdown/Pkgconfig-module.md +++ b/docs/markdown/Pkgconfig-module.md @@ -29,11 +29,11 @@ keyword arguments. shared_library) that the user needs to link against. Arbitrary strings can also be provided and they will be added into the `Libs` field. Since 0.45.0 dependencies of built libraries will be automatically added, see the - [Implicit dependencies](#Implicit_dependencies) section below for the exact + [Implicit dependencies](#implicit-dependencies) section below for the exact rules. - `libraries_private` list of built libraries or strings to put in the `Libs.private` field. Since 0.45.0 dependencies of built libraries will be - automatically added, see the [Implicit dependencies](#Implicit_dependencies) + automatically added, see the [Implicit dependencies](#implicit-dependencies) section below for the exact rules. - `name` the name of this library, used to set the `Name:` field - `subdirs` which subdirs of `include` should be added to the header |