The coreboot sites support HTTPS, and requests over HTTP with SSL are
also redirected. So use the more secure URLs, which also saves a
request most of the times, as nothing needs to be redirected.
Run the command below to replace all occurences.
```
$ git grep -l -E 'http://(www.|review.|)coreboot.org'
| xargs sed -i 's,http://\(.*\)coreboot.org,https://\1coreboot.org,g'
```
BUG=none
BRANCH=none
TEST=none
Change-Id: I881e55138a6114c67585ce37d4d719fe2626b83a
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id:
|
||
|---|---|---|
| .. | ||
| acpi | ||
| core | ||
| doxygen | ||
| gfx | ||
| Intel | ||
| RFC | ||
| technotes | ||
| abi-data-consumption.txt | ||
| AMD-S3.txt | ||
| beginverbatim.tex | ||
| build_system.md | ||
| cbfs.txt | ||
| codeflow.svg | ||
| COPYING | ||
| coreboot_logo.png | ||
| CorebootBuildingGuide.tex | ||
| Doxyfile.coreboot | ||
| Doxyfile.coreboot_simple | ||
| endverbatim.tex | ||
| gcov.txt | ||
| gerrit_guidelines.md | ||
| hypertransport.svg | ||
| Kconfig.tex | ||
| mainboard_io_trap_handler_sample.c | ||
| Makefile | ||
| POSTCODES | ||
| submodules.txt | ||
| timestamp.md | ||