diff --git a/README.rst b/README.rst index 26a1720a..eb13412c 100644 --- a/README.rst +++ b/README.rst @@ -281,7 +281,7 @@ The following speed tests results were generated by building runs. In the test, the format string ``"%0.10f:%04d:%+g:%s:%p:%c:%%\n"`` or equivalent is filled 2000000 times with output sent to ``/dev/null``; for further details see the `source -`_. +`_. ================= ============= =========== Library Method Run Time, s @@ -305,8 +305,8 @@ Compile time and code bloat ~~~~~~~~~~~~~~~~~~~~~~~~~~~ The script `bloat-test.py -`_ -from `format-benchmark `_ +`_ +from `format-benchmark `_ tests compile time and code bloat for nontrivial projects. It generates 100 translation units and uses ``printf()`` or its alternative five times in each to simulate a medium sized project. The resulting @@ -355,11 +355,11 @@ the library and run the unit tests. __ http://cppformat.github.io/latest/usage.html#building-the-library Benchmarks reside in a separate repository, -`format-benchmarks `_, +`format-benchmarks `_, so to run the benchmarks you first need to clone this repository and generate Makefiles with CMake:: - $ git clone --recursive https://github.com/cppformat/format-benchmark.git + $ git clone --recursive https://github.com/fmtlib/format-benchmark.git $ cd format-benchmark $ cmake . @@ -384,7 +384,7 @@ documentation `_ adapted for the current library. For this reason the documentation is distributed under the Python Software Foundation license available in `doc/python-license.txt -`_. +`_. It only applies if you distribute the documentation of fmt. Acknowledgments