readme: add link to website

The website hosts the documentation.

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2022-10-04 18:35:35 +02:00
parent ec2521e4e0
commit 2ec42b3bd2

View file

@ -9,6 +9,8 @@ Goals:
- Simplicity and correctness over performance and resource usage. - Simplicity and correctness over performance and resource usage.
- Well-tested and fuzzed. - Well-tested and fuzzed.
Documentation is available on the [website].
## Contributing ## Contributing
Open issues and merge requests on the [GitLab project]. 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/ ninja -C build/
afl-fuzz -i test/data/ -o afl/ build/di-edid-decode 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 [GitLab project]: https://gitlab.freedesktop.org/emersion/libdisplay-info
[Wayland contribution guidelines]: https://gitlab.freedesktop.org/wayland/wayland/-/blob/main/CONTRIBUTING.md [Wayland contribution guidelines]: https://gitlab.freedesktop.org/wayland/wayland/-/blob/main/CONTRIBUTING.md
[Developer Certificate of Origin 1.1]: https://developercertificate.org/ [Developer Certificate of Origin 1.1]: https://developercertificate.org/