]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/commitdiff
Fix Changelog Links Script for statuscake provider
authorJake Champlin <jake.champlin.27@gmail.com>
Mon, 26 Jun 2017 18:00:40 +0000 (14:00 -0400)
committerJake Champlin <jake.champlin.27@gmail.com>
Mon, 26 Jun 2017 18:00:40 +0000 (14:00 -0400)
scripts/changelog-links.sh

index 401e44099f7d8e81bc43cc4a9e72f62793d1c5cf..303341b24b767e0786d892f20126181e00df5465 100755 (executable)
@@ -24,7 +24,7 @@ else
   SED="sed -i.bak -r -e"
 fi
 
-PROVIDER_URL="https:\/\/github.com\/terraform-providers\/terraform-provider-statuscake"
+PROVIDER_URL="https:\/\/github.com\/terraform-providers\/terraform-provider-statuscake\/issues"
 
 $SED "s/GH-([0-9]+)/\[#\1\]\($PROVIDER_URL\/\1\)/g" -e 's/\[\[#(.+)([0-9])\)]$/(\[#\1\2))/g' CHANGELOG.md