From 84ac1b6fbb75e6b2e1d0d09804178f8f1ea47184 Mon Sep 17 00:00:00 2001 From: x-yuri Date: Mon, 3 Jan 2022 12:18:20 +0200 Subject: Running-Meson.md: fix a broken link --- docs/markdown/Running-Meson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Running-Meson.md b/docs/markdown/Running-Meson.md index 2873cbc..2bc0b9b 100644 --- a/docs/markdown/Running-Meson.md +++ b/docs/markdown/Running-Meson.md @@ -31,7 +31,7 @@ meson setup builddir We invoke Meson with the `setup` command, giving it the location of the build directory. Meson uses [out of source -builds](http://voices.canonical.com/jussi.pakkanen/2013/04/16/why-you-should-consider-using-separate-build-directories/). +builds](http://web.archive.org/web/20190715081007/http://voices.canonical.com/jussi.pakkanen/2013/04/16/why-you-should-consider-using-separate-build-directories/). Hint: The syntax of Meson is `meson [command] [arguments] [options]`. The `setup` command takes a `builddir` and a `srcdir` argument. If no -- cgit v1.1