Update formatting of markdown scripts

This commit is contained in:
Dave Machado 2017-12-23 19:23:32 -05:00
parent deef6e15ab
commit 7fb4f77080
No known key found for this signature in database
GPG key ID: 948D4778D01A7B3F
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ def check_format(filename):
# START Link
# url should be wrapped in '[Go!]()' Markdown syntax
link = segments[index_link]
if not link.startswith('[Go!](') or not link.endswith(')'):
if not link.startswith('[Go!](http') or not link.endswith(')'):
add_error(line_num, 'link format should be "[Go!](LINK)"')
# END Link
# END Check Entries