From 3e7635c2cfd2b27a26b16a9fdea9a3c590062368 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Sun, 27 Aug 2017 15:00:31 -0500 Subject: [PATCH] Fix link to travis.sh --- Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building.md b/Building.md index c8d6d1d..acea9cb 100644 --- a/Building.md +++ b/Building.md @@ -1,5 +1,5 @@ ### Building and testing with Meson/Ninja -Thanks to David Seifert (@SoapGentoo), we (the maintainers) now use [meson](http://mesonbuild.com/) and [ninja](https://ninja-build.org/) to build for debugging, as well as for continuous integration (see [`travis.sh`](travis.sh) ). Other systems may work, but minor things like version strings might break. +Thanks to David Seifert (@SoapGentoo), we (the maintainers) now use [meson](http://mesonbuild.com/) and [ninja](https://ninja-build.org/) to build for debugging, as well as for continuous integration (see [`travis.sh`](../../blob/master/travis.sh) ). Other systems may work, but minor things like version strings might break. First, install both meson (which requires Python3) and ninja.