From 1d3dd71774e030615a1089bfe85871ba2a8d4bac Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Fri, 14 Jun 2013 08:41:59 +0100 Subject: [PATCH] Fixed returns in docs ref --- docs/reference-index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference-index.md b/docs/reference-index.md index 53efcc86..1b85cfb4 100644 --- a/docs/reference-index.md +++ b/docs/reference-index.md @@ -2,10 +2,10 @@ 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) -[Logging Macros](logging.md) -[Supplying your own main()](own-main.md) +* [Command Line](command-line.md) +* [Assertion Macros](assertions.md) +* [Logging Macros](logging.md) +* [Supplying your own main()](own-main.md) ---