From bf0d1a2f49ca42aaf0302a88dc28a86a760ef463 Mon Sep 17 00:00:00 2001 From: zigmars Date: Thu, 28 Oct 2021 23:27:18 +0300 Subject: [PATCH] fix: meson link --- Project-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project-Setup.md b/Project-Setup.md index 5d2b16a..b4a7322 100644 --- a/Project-Setup.md +++ b/Project-Setup.md @@ -68,7 +68,7 @@ intercept-build make all # generates compile_commands.json from the `make all` r ninja -C out/Release -t compdb cxx cc > compile_commands.json ``` -### [Meson](https://http://mesonbuild.com//) +### [Meson](https://mesonbuild.com/) ```zsh meson build # generates compile_commands.json in the `build` directory