From bf75172ae367758c273093a2cecc4dae1c73787c Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Sat, 21 Oct 2017 22:36:22 -0400 Subject: [PATCH] Fix summary links --- SUMMARY.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index e22eab6..90cec0b 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -7,22 +7,22 @@ ## Making a CMakeLists * [Introduction to the Basics](chapters/basics.md) -* [Variables and the Cache](chapters/options) +* [Variables and the Cache](chapters/options.md) * [C++11 and Beyond](chapters/cpp11.md) * [Adding Features](chapters/features.md) * [How to Structure Your Project](chapters/structure.md) * [Including Small Projects](chapters/smallinc.md) -* [~~Including Large Projects~~](chapters/largeinc.md) -* [~~Running Other Programs~~](chapters/programs.md) -* [~~Testing~~](chapters/testing.md) -* [~~Tidy and Format~~](chapters/testing.md) -* [~~IDEs~~](chapters/IDEs.md) -* [~~Debugging~~](chapters/IDEs.md) +* ~~[Including Large Projects](chapters/largeinc.md)~~ +* ~~[Running Other Programs](chapters/programs.md)~~ +* ~~[Testing](chapters/testing.md)~~ +* ~~[Tidy and Format](chapters/tidy.md)~~ +* ~~[IDEs](chapters/IDEs.md)~~ +* ~~[Debugging](chapters/debug.md)~~ ## Specific packages -* [~~CUDA~~](specifics/CUDA.md) -* [~~OpenMP~~](specifics/OpenMP.md) -* [~~Boost~~](specifics/Boost.md) -* [~~MPI~~](specifics/MPI.md) -* [~~ROOT~~](specifics/ROOT.md) +* ~~[CUDA](specifics/CUDA.md)~~ +* ~~[OpenMP](specifics/OpenMP.md)~~ +* ~~[Boost](specifics/Boost.md)~~ +* ~~[MPI](specifics/MPI.md)~~ +* ~~[ROOT](specifics/ROOT.md)~~