aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-02-23 20:43:51 +0100
committerSimon Ser <contact@emersion.fr>2021-02-23 20:43:51 +0100
commitc5dad8b626539c0492f14075fec63bd0fb881e76 (patch)
treea186ccf09e2a74452ab382f76292259bda5f1916 /README.md
parentfda46ce56f7a0573ed3ec6027dd6b966120798fa (diff)
readme: use references for links
Avoids cluttering the text with URLs.
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 13 insertions, 10 deletions
diff --git a/README.md b/README.md
index 11193b2b..c0e72270 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,7 @@
# wlroots
-Pluggable, composable, unopinionated modules for building a
-[Wayland](http://wayland.freedesktop.org/) compositor; or about 50,000 lines of
-code you were going to write anyway.
+Pluggable, composable, unopinionated modules for building a [Wayland]
+compositor; or about 50,000 lines of code you were going to write anyway.
- wlroots provides backends that abstract the underlying display and input
hardware, including KMS/DRM, libinput, Wayland, X11, and headless backends,
@@ -30,13 +29,11 @@ development tools - or any subset of these features you like, because all of
them work independently of one another and freely compose with anything you want
to implement yourself.
-Check out our [wiki](https://github.com/swaywm/wlroots/wiki/Getting-started) to
-get started with wlroots.
+Check out our [wiki] to get started with wlroots.
-wlroots is developed under the direction of the
-[sway](https://github.com/swaywm/sway) project. A variety of wrapper libraries
-[are available](https://github.com/swaywm) for using it with your favorite
-programming language.
+wlroots is developed under the direction of the [sway] project. A variety of
+[wrapper libraries] are available for using it with your favorite programming
+language.
## Building
@@ -79,4 +76,10 @@ Install like so:
## Contributing
-See [CONTRIBUTING.md](https://github.com/swaywm/wlroots/blob/master/CONTRIBUTING.md).
+See [CONTRIBUTING.md].
+
+[Wayland]: https://wayland.freedesktop.org/
+[wiki]: https://github.com/swaywm/wlroots/wiki/Getting-started
+[Sway]: https://github.com/swaywm/sway
+[wrapper libraries]: https://github.com/search?q=topic%3Abindings+org%3Aswaywm&type=Repositories
+[CONTRIBUTING.md]: https://github.com/swaywm/wlroots/blob/master/CONTRIBUTING.md