diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2019-06-14 13:10:12 +0300 |
---|---|---|
committer | Pekka Paalanen <pq@iki.fi> | 2019-06-25 14:05:54 +0000 |
commit | 5baeaecad27464edd7174f9840402ce895bbd9cf (patch) | |
tree | 21d830b138d05f9c550ffcf6162585efce147c79 /CONTRIBUTING.md | |
parent | 48392643ec0ba66267bac199227522185fc6cd41 (diff) | |
download | weston-5baeaecad27464edd7174f9840402ce895bbd9cf.tar.gz weston-5baeaecad27464edd7174f9840402ce895bbd9cf.tar.bz2 weston-5baeaecad27464edd7174f9840402ce895bbd9cf.zip |
README/CONTRIBUTING: Markdown fixes
Found while being parsed by doxygen (when used recursively), this fixes
the markdown bits as to be displayed properly.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 21b3847a..370667c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ fork the core Weston repository, push your changes to a branch in your new repository, and then submit these patches for review through a merge request. Weston formerly accepted patches via `git-send-email`, sent to -**wayland-devel@lists.freedesktop.org**; these were +**wayland-devel\@lists.freedesktop.org**; these were [tracked using Patchwork](https://patchwork.freedesktop.org/projects/wayland/). Some old patches continue to be sent this way, and we may accept small new patches sent to the list, but please send all new patches through GitLab merge |