From d59fd53e7e9bb51950fe49eda690168199e76f87 Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Fri, 15 Aug 2014 14:30:38 +0200 Subject: [PATCH] Update link in tutorial --- docs/reference-index.md | 15 --------------- docs/tutorial.md | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 docs/reference-index.md diff --git a/docs/reference-index.md b/docs/reference-index.md deleted file mode 100644 index b9833c3f..00000000 --- a/docs/reference-index.md +++ /dev/null @@ -1,15 +0,0 @@ -These are the currently documented areas of the framework. There is more to come. - -Before looking at this material be sure to read the [tutorial](tutorial.md) - -* [Command Line](command-line.md) -* [Assertion Macros](assertions.md) -* [Test cases and sections](test-cases-and-sections.md) -* [Logging Macros](logging.md) -* [Supplying your own main()](own-main.md) -* [Test fixtures](test-fixtures.md) -* [Why are my tests slow to compile?](slow-compiles.md) - ---- - -[Home](../README.md) \ No newline at end of file diff --git a/docs/tutorial.md b/docs/tutorial.md index aa514d32..332f44a8 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -220,7 +220,7 @@ Scenario: vectors can be sized and resized ``` ## Next steps -For more specific information see the [Reference pages](reference-index.md) +For more specific information see the [Reference pages](Readme.md) ---