Fix table of contents

This commit is contained in:
Thom Troy
2019-04-04 22:35:47 +01:00
committed by GitHub
parent 980d9e076a
commit 25d0cd8537

View File

@@ -1,5 +1,4 @@
= Vendoring Code = Vendoring Code
:toc: :toc:
:toc-placement!: :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 # 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. 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.