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