From c6d9bde04e054c2094a03d6dab914ed0f5a44307 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Tue, 9 Dec 2014 22:58:28 +0000 Subject: [PATCH] fixed case of tostring.md link --- docs/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Readme.md b/docs/Readme.md index 16a8a3e8..74b876de 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -10,7 +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) +* [String Conversions](tostring.md) * [Why are my tests slow to compile?](slow-compiles.md) Other