diff --git a/README.rst b/README.rst index 0ee678b0..a84dc7e8 100644 --- a/README.rst +++ b/README.rst @@ -9,9 +9,9 @@ Features * Format string syntax similar to the one used by `str.format `__ in Python. * High speed: performance of the current proof-of-concept implementation - is close to that of iostreams (see Benchmarks). + is close to that of iostreams (see `Benchmarks`_). * Small code size both in terms of source code (format consists of a single - header file and a single source file) and compiled code (see Benchmarks). + header file and a single source file) and compiled code (see `Benchmarks`_). * Easy deployment: small self-contained code base, no external dependencies, permissive license. * Support for user-defined types.