From 2ec42b3bd2df8f0c46c5483377f71d6b81aa8f41 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 4 Oct 2022 18:35:35 +0200 Subject: [PATCH] readme: add link to website The website hosts the documentation. Signed-off-by: Simon Ser --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4b696f2..d3c0165 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Goals: - Simplicity and correctness over performance and resource usage. - Well-tested and fuzzed. +Documentation is available on the [website]. + ## Contributing Open issues and merge requests on the [GitLab project]. @@ -41,6 +43,7 @@ To fuzz libdisplay-info with [AFL], the library needs to be instrumented: ninja -C build/ afl-fuzz -i test/data/ -o afl/ build/di-edid-decode +[website]: https://emersion.pages.freedesktop.org/libdisplay-info/ [GitLab project]: https://gitlab.freedesktop.org/emersion/libdisplay-info [Wayland contribution guidelines]: https://gitlab.freedesktop.org/wayland/wayland/-/blob/main/CONTRIBUTING.md [Developer Certificate of Origin 1.1]: https://developercertificate.org/