From 65a8a7f85eff8c01e71f7228f3444cd664bc224e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 4 Mar 2015 19:03:56 -0800 Subject: [PATCH] Fix markup --- ChangeLog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index b1302146..5ca4e77b 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -9,7 +9,7 @@ fmt::printf("%1$s, %3$d %2$s", weekday, month, day); * Arguments of ``char`` type can now be formatted as integers - (Issue `https://github.com/cppformat/cppformat/issues/55 #55`_): + (Issue `#55 `_): .. code:: c++ @@ -78,7 +78,7 @@ Now all public functions are lowercase following the standard library conventions. Previously it was a combination of lowercase and CapitalizedWords. - Issue `https://github.com/cppformat/cppformat/issues/50 #50`_. + Issue `#50 `_. * Old functions are marked as deprecated and will be removed in the next release.