From 41895fdf426f3859ea9e974d823a20adf95d9f1c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 15 May 2014 11:02:24 -0700 Subject: [PATCH] Fix url. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 853fa646..350a89f0 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,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.