coreboot-kgpe-d16/Documentation
Paul Menzel a8843dee58 Use more secure HTTPS URLs for coreboot sites
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'
```

Change-Id: If53f8b66f1ac72fb1a38fa392b26eade9963c369
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/20034
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2017-06-07 12:04:50 +02:00
..
Intel Use more secure HTTPS URLs for coreboot sites 2017-06-07 12:04:50 +02:00
RFC
acpi arch/x86/acpigen: Provide helper functions for enabling/disabling GPIO 2017-02-22 22:19:29 +01:00
core Documentation: Reflow Kconfig.md 2017-04-11 16:18:57 +02:00
doxygen Documentation: Add doxygen_platform target 2017-03-23 21:19:34 +01:00
gfx Documentation: Describe libgfxinit hook-up 2017-06-06 18:08:17 +02:00
technotes Documentation: Add technote/design doc for mitigating ReBAR issue 2017-05-01 00:47:09 +02:00
AMD-S3.txt
COPYING util/hugo: Add framework to build www.coreboot.org/Documentation 2017-05-25 23:04:36 +02:00
CorebootBuildingGuide.tex Use more secure HTTPS URLs for coreboot sites 2017-06-07 12:04:50 +02:00
Doxyfile.coreboot
Doxyfile.coreboot_simple
Kconfig.tex
Makefile
POSTCODES
abi-data-consumption.txt
beginverbatim.tex
build_system.md Documentation: add start of documentation of the build system 2016-08-12 20:12:18 +02:00
cbfs.txt
codeflow.svg
coreboot_logo.png
endverbatim.tex
gcov.txt
gerrit_guidelines.md Use more secure HTTPS URLs for coreboot sites 2017-06-07 12:04:50 +02:00
hypertransport.svg
mainboard_io_trap_handler_sample.c
submodules.txt
timestamp.md