From 05993065a278db18f984763e1c27d871effcad7f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 13 Apr 2014 10:16:10 -0700 Subject: [PATCH] Update links. --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index ace7b501..7d39f11c 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ 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. @@ -118,7 +118,7 @@ Projects using this library If you are aware of other projects using ``format``, please let me know by `email `__ or by submitting an -`issue `__. +`issue `__. Motivation ---------- @@ -230,7 +230,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 -`__. +`__. ============== ======== test name run time @@ -295,7 +295,7 @@ Running the tests To run the tests you first need to get the format repository with submodules:: - $ git clone --recursive git://github.com/vitaut/format.git + $ git clone --recursive git://github.com/cppformat/format.git Then go to the format directory and generate Makefiles with `CMake `__:: @@ -359,7 +359,7 @@ documentation `__ adapted for the current library. For this reason the documentation is distributed under the Python Software Foundation license available in `doc/LICENSE.python -`__. +`__. Acknowledgments ---------------