Fix Changelog Links Script for digitalocean provider

This commit is contained in:
Jake Champlin 2017-06-26 09:49:27 -05:00
parent 2a66a8741e
commit 68b2f11af6
No known key found for this signature in database
GPG Key ID: DC31F41958EF4AC2
1 changed files with 1 additions and 1 deletions

View File

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