Skip to content
Snippets Groups Projects
Unverified Commit 23790a35 authored by Oliver Smith's avatar Oliver Smith
Browse files

.ci/check_devices_in_wiki: remove <> around url (MR 3608)

I added this around all urls in the beginning of postmarketOS, but now I
think it makes it less readable and doesn't have a benefit.
parent cb79ff57
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ def main():
print("")
print("Now it's time to add some documentation:")
print("1) Create a device specific wiki page as described here:")
print(" <https://wiki.postmarketos.org/wiki/Help:Device_Page>")
print(" https://wiki.postmarketos.org/wiki/Help:Device_Page")
print("2) Set 'booting = yes' in the infobox of your device page.")
print("3) Run these tests again with an empty commit in your MR:")
print(" $ git commit --allow-empty -m 'run tests again'")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment