Skip to content

Commit

Permalink
fix module links
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed May 5, 2018
1 parent f0b9d36 commit 03982ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ links() {
echo "export VERSION_`echo $1 | sed -e 's/-//g'`=$2" >> $VERSION_FILE

if [ $URL ]; then
echo "[$URL]($1) | $2" >> CHANGELOG.md
echo "[$1]($URL) | $2" >> CHANGELOG.md
else
echo "$1 | $2" >> CHANGELOG.md
fi
Expand Down

0 comments on commit 03982ed

Please sign in to comment.