diff options
author | Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> | 2018-11-12 19:59:19 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-11-12 20:59:19 +0200 |
commit | 979a14596d85d91c190bdc4489be5a9073662b3d (patch) | |
tree | 39033a6fd4cc27f8533ddc63343fbd398ab85e4b /docs | |
parent | f831c05b553d876a08dcf46478161b60b4e693c4 (diff) | |
download | meson-979a14596d85d91c190bdc4489be5a9073662b3d.zip meson-979a14596d85d91c190bdc4489be5a9073662b3d.tar.gz meson-979a14596d85d91c190bdc4489be5a9073662b3d.tar.bz2 |
docs: fix hard links [skip ci]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Pkg-config-files.md | 2 | ||||
-rw-r--r-- | docs/markdown/index.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/Pkg-config-files.md b/docs/markdown/Pkg-config-files.md index 0427b0e..305a6d8 100644 --- a/docs/markdown/Pkg-config-files.md +++ b/docs/markdown/Pkg-config-files.md @@ -18,4 +18,4 @@ pkg.generate(libraries : libs, This causes a file called `simple.pc` to be created and placed into the install directory during the install phase. -More infromation on the pkg-config module and the parameters can be found on the [pkgconfig-module](http://mesonbuild.com/Pkgconfig-module.html) page. +More infromation on the pkg-config module and the parameters can be found on the [pkgconfig-module](Pkgconfig-module.md) page. diff --git a/docs/markdown/index.md b/docs/markdown/index.md index cffd488..e57cd69 100644 --- a/docs/markdown/index.md +++ b/docs/markdown/index.md @@ -33,13 +33,13 @@ developers. The first one is the mailing list, which is hosted at The second way is via IRC. The channel to use is `#mesonbuild` at [Freenode](https://freenode.net/). -### [Projects using Meson](http://mesonbuild.com/Users.html) +### [Projects using Meson](Users.md) Many projects out there are using Meson and their communities are also a great resource for learning about what (and what not too!) do when trying to convert to using Meson. -[A short list of Meson users can be found here](http://mesonbuild.com/Users.html) +[A short list of Meson users can be found here](Users.md) but there are many more. We would love to hear about your success stories too and how things could be improved too! |