From 56cd736a048b86bc98fbd78082a17aa0d6298855 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 2 Dec 2015 07:49:13 -0800 Subject: [PATCH] Update README URLs based on HTTP redirects --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index fb4399f0..56085e7d 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ Features * Format API with `format string syntax `_ similar to the one used by `str.format - `_ in Python. + `_ in Python. * Safe `printf implementation `_ including the POSIX extension for positional arguments. @@ -132,10 +132,10 @@ Projects using this library * `AMPL/MP `_: An open-source library for mathematical programming -* `HarpyWar/pvpgn `_: +* `HarpyWar/pvpgn `_: Player vs Player Gaming Network with tweaks -* `KBEngine `_: An open-source MMOG server engine +* `KBEngine `_: An open-source MMOG server engine * `Lifeline `_: A 2D game @@ -148,7 +148,7 @@ Projects using this library * `redis-cerberus `_: A Redis cluster proxy -* `Saddy `_: +* `Saddy `_: Small crossplatform 2D graphic engine * `Salesforce Analytics Cloud `_: @@ -188,7 +188,7 @@ doesn't support user-defined types. Printf also has safety issues although they are mostly solved with `__attribute__ ((format (printf, ...)) `_ in GCC. There is a POSIX extension that adds positional arguments required for -`i18n `_ +`i18n `_ to printf but it is not a part of C99 and may not be available on some platforms. @@ -376,7 +376,7 @@ C++ Format is distributed under the BSD `license The `Format String Syntax `_ section in the documentation is based on the one from Python `string module -documentation `_ +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