From 25d0cd853780021ea6612b8e748d05d41dfd030f Mon Sep 17 00:00:00 2001 From: Thom Troy Date: Thu, 4 Apr 2019 22:35:47 +0100 Subject: [PATCH] Fix table of contents --- 07-package-management/B-vendoring-code/README.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/07-package-management/B-vendoring-code/README.adoc b/07-package-management/B-vendoring-code/README.adoc index 825b066..59cf7de 100644 --- a/07-package-management/B-vendoring-code/README.adoc +++ b/07-package-management/B-vendoring-code/README.adoc @@ -1,5 +1,4 @@ = Vendoring Code - :toc: :toc-placement!: @@ -41,4 +40,4 @@ In the case of git, you can use link:https://git-scm.com/book/en/v2/Git-Tools-Su # Examples -A simple example of vendoring code can already be seen in the link:https://github.com/ttroy50/cmake-examples/tree/master/05-unit-testing/catch2-vendored[catch2] testing tutorial. \ No newline at end of file +A simple example of vendoring code can already be seen in the link:https://github.com/ttroy50/cmake-examples/tree/master/05-unit-testing/catch2-vendored[catch2] testing tutorial.