From e817bb9cc4af0727c0d30bf6b29310a12d13b9db Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 27 Apr 2016 08:23:03 -0700 Subject: [PATCH] Update links --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 902ccc2c..26a1720a 100644 --- a/README.rst +++ b/README.rst @@ -42,13 +42,13 @@ 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. * Ease of use: small self-contained code base, no external dependencies, permissive BSD `license - `_ + `_ * `Portability `_ with consistent output across platforms and support for older compilers. * Clean warning-free codebase even on high warning levels @@ -170,7 +170,7 @@ Projects using this library If you are aware of other projects using this library, please let me know by `email `_ or by submitting an -`issue `_. +`issue `_. Motivation ---------- @@ -375,7 +375,7 @@ License ------- fmt is distributed under the BSD `license -`_. +`_. The `Format String Syntax `_