diff options
author | Erik Faye-Lund <kusmabite@gmail.com> | 2022-01-11 15:49:36 +0100 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-01-11 10:03:54 -0500 |
commit | f956b9571216c185d42c7dc9a75d17d25dfe2c2e (patch) | |
tree | a9d76b6231ffcb3ba94d0b83380d2873c5fbb85a | |
parent | 81fbcd1df48f669b6b23b9dd0752d6d366cc9bf2 (diff) | |
download | meson-f956b9571216c185d42c7dc9a75d17d25dfe2c2e.zip meson-f956b9571216c185d42c7dc9a75d17d25dfe2c2e.tar.gz meson-f956b9571216c185d42c7dc9a75d17d25dfe2c2e.tar.bz2 |
link to mesa website instead of gitlab
The mesa website is a bit more helpful as an introduction to the project than the gitlab-project. So it seems better to link there instead.
-rw-r--r-- | docs/markdown/Users.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Users.md b/docs/markdown/Users.md index bd146d7..8510d6e 100644 --- a/docs/markdown/Users.md +++ b/docs/markdown/Users.md @@ -94,7 +94,7 @@ format files - [Libvirt](https://libvirt.org), a toolkit to manage virtualization platforms - [Libzim](https://github.com/openzim/libzim), the reference implementation for the ZIM file format - [Marker](https://github.com/fabiocolacio/Marker), a GTK-3 markdown editor - - [Mesa](https://gitlab.freedesktop.org/mesa/mesa/), an open source graphics driver project + - [Mesa](https://mesa3d.org/), an open source graphics driver project - [MiracleCast](https://github.com/albfan/miraclecast), connect external monitors to your system via Wifi-Display specification aka Miracast - [mpv](https://github.com/mpv-player/mpv), a free, open source, and cross-platform media player - [mrsh](https://github.com/emersion/mrsh), a minimal POSIX shell |