From 70d93078e379e0d308380693025681afa5666ea8 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 7 May 2016 09:37:38 -0700 Subject: [PATCH] Update links --- ChangeLog.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 82d5d370..5a61afe1 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -16,7 +16,7 @@ The documentation is now available at http://fmtlib.net. * Added support for `strftime `_-like - `date and time formatting `_ + `date and time formatting `_ (`#283 `_): .. code:: c++ @@ -48,7 +48,7 @@ // s == "The date is 2012-12-9" * Added support for `custom argument formatters - `_ + `_ (`#235 `_). * Added support for locale-specific integer formatting with the ``n`` specifier @@ -428,7 +428,7 @@ Documentation * Added `Building the documentation - `_ + `_ section to the documentation. * Documentation build script is now compatible with Python 3 and newer pip versions.