From 15a8bdf45b3f3f21f86c318586e6dee8c0be65c0 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Tue, 9 Dec 2014 19:15:49 +0000 Subject: [PATCH] Added string conversions link --- docs/Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Readme.md b/docs/Readme.md index 38b22a58..16a8a3e8 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -10,6 +10,7 @@ Before looking at this material be sure to read the [tutorial](tutorial.md) * [Build systems](build-systems.md) * [Supplying your own main()](own-main.md) * [Configuration](configuration.md) +* [String Conversions](toString.md) * [Why are my tests slow to compile?](slow-compiles.md) Other