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.