diff options
author | tense-du <hortense.duponchelle@gmail.com> | 2017-09-15 07:52:53 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-09-18 18:41:16 +0300 |
commit | bbda3c7adb84dad775559c932a3cc9533ee6c145 (patch) | |
tree | 185c47e6006530f8db9e322fb01f102ebdbcc054 | |
parent | 7c2ae55fab2f0837531188373d276f168845e62f (diff) | |
download | meson-bbda3c7adb84dad775559c932a3cc9533ee6c145.zip meson-bbda3c7adb84dad775559c932a3cc9533ee6c145.tar.gz meson-bbda3c7adb84dad775559c932a3cc9533ee6c145.tar.bz2 |
Replaced obsolete tt tag
-rw-r--r-- | docs/markdown/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/index.md b/docs/markdown/index.md index 8e35a4d..15831d7 100644 --- a/docs/markdown/index.md +++ b/docs/markdown/index.md @@ -24,10 +24,10 @@ The main design point of Meson is that every moment a developer spends writing o There are two main methods of connecting with other Meson developers. The first one is the mailing list, which is hosted at [Google Groups](https://groups.google.com/forum/#!forum/mesonbuild). -The second way is via IRC. The channel to use is <tt>#mesonbuild</tt> at [Freenode](https://freenode.net/). +The second way is via IRC. The channel to use is `#mesonbuild` at [Freenode](https://freenode.net/). ## Development -All development on Meson is done on [GitHub project](https://github.com/mesonbuild/meson). For further info look into the <tt>contributing.txt</tt> file that comes with Meson's source checkout. +All development on Meson is done on [GitHub project](https://github.com/mesonbuild/meson). For further info look into the `contributing.txt` file that comes with Meson's source checkout. You do not need to sign a CLA to contribute to Meson. |