8000 Fix broken link to Further Reading chapter · vojtechgistr/cppbestpractices@6829947 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6829947

Browse files
Fix broken link to Further Reading chapter
1 parent dd15e98 commit 6829947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 1 deletion
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)
0