diff --git a/doc/changelog.rst b/doc/changelog.rst
index 90d5083aa8e771d8a3f19ac352baf3aebfcccb59..9bdcef0efc006469d4ecb2ebcaa8d25af5d6f1ef 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -57,7 +57,7 @@ unreleased
 
     -  Add get_undulator_config function :mr:`225`
     -  Document the HRIXS class :mr:`238`
-    -  Include double counts for hRIXS SPC algorithms :rm:`239`
+    -  Include double counts for hRIXS SPC algorithms :mr:`239`
     -  Add Viking spectrometer analysis class :mr:`240`
     -  Add GPU accelaration for BOZ correction determination :mr:`254`
     -  Issues warning when loading data with > 5% missing trains :mr:`263`
diff --git a/doc/conf.py b/doc/conf.py
index 25cc294f534dada4dba33b29cde63529525d623f..2ecf5af9e6461308c5a3a88c0e433c55d6bdd0d7 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -53,11 +53,11 @@ autoapi_dirs = ['../src/toolbox_scs']
 autoapi_ignore = ['*/deprecated/*']
 
 extlinks = {'issue': ('https://git.xfel.eu/SCS/ToolBox/-/issues/%s',
-                      'issue:'),
+                      'issue:%s'),
             'mr': ('https://git.xfel.eu/SCS/ToolBox/-/merge_requests/%s',
-                   'MR:'),
+                   'MR:%s'),
             'commit': ('https://git.xfel.eu/SCS/ToolBox/-/commit/%s',
-                       'commit:')
+                       'commit:%s')
             }
 
 # Don't add .txt suffix to source files: