From 38d723f7603f8cac667ec3d3a5ae8c747c28bb65 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 13 Apr 2014 10:18:15 -0700 Subject: [PATCH] Fix link. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7d39f11c..297560e5 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ Features header file and a single source file) and compiled code. See `Compile time and code bloat`_. * Reliability: the library has an extensive set of `unit tests - `__. + `__. * Safety: the library is fully type safe, errors in format strings are reported using exceptions, automatic memory management prevents buffer overflow errors.