Skip to content

Commit 0de621f

Browse files
authored
Merge pull request #127 from craigscott-crascit/tools-cmake-further-reading-link
Fix broken link to Further Reading chapter
2 parents dd15e98 + 6829947 commit 0de621f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 02-Use_the_Tools_Available.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein
2222
* Consider: https://github.com/toeb/cmakepp for enhanced usability
2323
* Utilize: https://cmake.org/cmake/help/v3.6/command/target_compile_features.html for C++ standard flags
2424
* Consider: https://github.com/cheshirekow/cmake_format for automatic formatting of your CMakeLists.txt
25-
* See the [Further Reading](10-Further_Reading.md) section for CMake specific best practices
25+
* See the [Further Reading](11-Further_Reading.md) section for CMake specific best practices
2626
* `cmake --build` provides a common interface for compiling your project regardless of platform
2727
* [Waf](https://waf.io/)
2828
* [FASTBuild](http://www.fastbuild.org/)

0 commit comments

Comments
 (0)