mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-11 16:16:47 +02:00
Update formatting of markdown scripts
This commit is contained in:
parent
deef6e15ab
commit
7fb4f77080
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue