aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorx-yuri <x.yuri.83@gmail.com>2022-01-03 12:18:20 +0200
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2022-01-10 00:45:13 +0530
commit84ac1b6fbb75e6b2e1d0d09804178f8f1ea47184 (patch)
tree8d9097e625343b4b80d52cd234137e5c774bb156
parenta311364f5418c51f433fcf44411dc4578fa1722f (diff)
downloadmeson-84ac1b6fbb75e6b2e1d0d09804178f8f1ea47184.zip
meson-84ac1b6fbb75e6b2e1d0d09804178f8f1ea47184.tar.gz
meson-84ac1b6fbb75e6b2e1d0d09804178f8f1ea47184.tar.bz2
Running-Meson.md: fix a broken link
-rw-r--r--docs/markdown/Running-Meson.md2
1 files changed, 1 insertions, 1 deletions
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