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 `_