David Hendricks has posted comments on this change. ( https://review.coreboot.org/22354 )
Change subject: print: Update Asus URLs to use more secure HTTPS ......................................................................
Patch Set 3: Code-Review-1
(1 comment)
Minor nit in the commit message, otherwise LGTM.
https://review.coreboot.org/#/c/22354/3//COMMIT_MSG Commit Message:
https://review.coreboot.org/#/c/22354/3//COMMIT_MSG@26 PS3, Line 26: git grep -l 'http://www.asus.com' | xargs Mind if we shorten this or break in into two lines? To shorten it, you can remove everything before the `sed` command and add print.c as an argument then it's functionally equivalent, at least for the purposes of this patch.