diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 3ca0cc0..9aad577 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -17,7 +17,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein * [cmake](http://cmake.org) * [biicode](http://biicode.com) - * [waf](http://waf.googlecode.com) + * [waf](https://waf.io/) * [FASTBuild](http://www.fastbuild.org/) * [ninja](https://martine.github.io/ninja/) - can greatly improve the incremental build time of your larger projects. Can be used as a target for cmake * google's build tool