.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.
This commit is contained in:
Oliver Smith 2022-10-30 14:45:25 +01:00
parent cb79ff57d3
commit 23790a3577
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -110,7 +110,7 @@ def main():
print("") print("")
print("Now it's time to add some documentation:") print("Now it's time to add some documentation:")
print("1) Create a device specific wiki page as described here:") 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("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("3) Run these tests again with an empty commit in your MR:")
print(" $ git commit --allow-empty -m 'run tests again'") print(" $ git commit --allow-empty -m 'run tests again'")