From 23790a35771aa4cf0549a53c2c770fd510e68d3f Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 30 Oct 2022 14:45:25 +0100 Subject: [PATCH] .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. --- .ci/check_devices_in_wiki.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/check_devices_in_wiki.py b/.ci/check_devices_in_wiki.py index 8d50d6ac8..fb88eabc5 100755 --- a/.ci/check_devices_in_wiki.py +++ b/.ci/check_devices_in_wiki.py @@ -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(" ") + 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'")