From a631c635e2b41ece946473cb8e627c869f9592c6 Mon Sep 17 00:00:00 2001 From: Jesse Kinkead Date: Thu, 12 Nov 2015 09:52:23 -0800 Subject: [PATCH] Fix link refs. --- notes/0.13.10/always-honor-api-url.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/0.13.10/always-honor-api-url.markdown b/notes/0.13.10/always-honor-api-url.markdown index a0844d23c..ef7133b6e 100644 --- a/notes/0.13.10/always-honor-api-url.markdown +++ b/notes/0.13.10/always-honor-api-url.markdown @@ -5,6 +5,6 @@ ### Improvements -- The setting `apiURL` used to be ignored if `autoAPIMappings` was `false`. It will now be inserted into the built POM file regardless of the value of `autoAPIMappings`. [#2262] by [@jkinkead] +- The setting `apiURL` used to be ignored if `autoAPIMappings` was `false`. It will now be inserted into the built POM file regardless of the value of `autoAPIMappings`. [#2262][2262] by [@jkinkead][@jkinkead] ### Bug fixes