diff options
author | Shlomi Fish <shlomif@shlomifish.org> | 2018-01-01 15:29:32 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-01-02 20:29:32 +0200 |
commit | 2ffdf48356b8beeb824fa6e2f581afbb23fe7b54 (patch) | |
tree | c8148b9e3aee2a4f2875d2078e6504da7ddc0374 | |
parent | 468260504e388cd4e372d17ecc1fa8c7df1f5076 (diff) | |
download | meson-2ffdf48356b8beeb824fa6e2f581afbb23fe7b54.zip meson-2ffdf48356b8beeb824fa6e2f581afbb23fe7b54.tar.gz meson-2ffdf48356b8beeb824fa6e2f581afbb23fe7b54.tar.bz2 |
Add a missing space.
-rw-r--r-- | docs/markdown/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/index.md b/docs/markdown/index.md index 0b4bab9..6893564 100644 --- a/docs/markdown/index.md +++ b/docs/markdown/index.md @@ -35,7 +35,7 @@ The second way is via IRC. The channel to use is `#mesonbuild` at ## Development -All development on Meson is done on the[GitHub +All development on Meson is done on the [GitHub project](https://github.com/mesonbuild/meson). Instructions for contributing can be found on the [contribution page](Contributing.md). |