From: Eric Engestrom
Date: Mon, 14 May 2018 15:47:18 +0000 (+0100)
Subject: docs/meson: replace plaintext url with a link
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5829f616ec7e80258492752ec8c4ccc3648ef017;p=mesa.git
docs/meson: replace plaintext url with a link
Reviewed-by: Dylan Baker
Signed-off-by: Eric Engestrom
---
diff --git a/docs/meson.html b/docs/meson.html
index 2c6ce47c2c7..9706e49c5ca 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -82,9 +82,9 @@ Without arguments, it will produce libGL.so and/or several other libraries
depending on the options you have chosen. Later, if you want to rebuild for a
different configuration, you should run ninja clean
before
changing the configuration, or create a new out of tree build directory for
-each configuration you want to build.
-
-http://mesonbuild.com/Using-multiple-build-directories.html
+each configuration you want to build
+as
+recommended in the documentation