Fix link.

This commit is contained in:
Victor Zverovich 2014-04-13 10:18:15 -07:00
parent 05993065a2
commit 38d723f760

View File

@ -27,7 +27,7 @@ Features
header file and a single source file) and compiled code. header file and a single source file) and compiled code.
See `Compile time and code bloat`_. See `Compile time and code bloat`_.
* Reliability: the library has an extensive set of `unit tests * Reliability: the library has an extensive set of `unit tests
<https://github.com/cppformat/format/blob/master/format_test.cc>`__. <https://github.com/cppformat/format/blob/master/format-test.cc>`__.
* Safety: the library is fully type safe, errors in format strings are * Safety: the library is fully type safe, errors in format strings are
reported using exceptions, automatic memory management prevents buffer reported using exceptions, automatic memory management prevents buffer
overflow errors. overflow errors.