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 Documentation: Capitalize RAM, ROM and ACPI 2016-07-28 20:03:36 +02:00
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 Rename documentation -> Documentation 2015-05-06 19:09:47 +02:00
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 Rename documentation -> Documentation 2015-05-06 19:09:47 +02:00
Doxyfile.coreboot_simple Documentation: Fix doxygen errors 2016-07-12 22:41:02 +02:00
Kconfig.tex Documentation: Capitalize RAM, ROM and ACPI 2016-07-28 20:03:36 +02:00
Makefile Remove empty lines at end of file 2015-06-08 00:55:07 +02:00
POSTCODES Remove empty lines at end of file 2015-06-08 00:55:07 +02:00
abi-data-consumption.txt Rename documentation -> Documentation 2015-05-06 19:09:47 +02:00
beginverbatim.tex Rename documentation -> Documentation 2015-05-06 19:09:47 +02:00
build_system.md Documentation: add start of documentation of the build system 2016-08-12 20:12:18 +02:00
cbfs.txt Rename documentation -> Documentation 2015-05-06 19:09:47 +02:00
codeflow.svg Rename documentation -> Documentation 2015-05-06 19:09:47 +02:00
coreboot_logo.png Rename documentation -> Documentation 2015-05-06 19:09:47 +02:00
endverbatim.tex Rename documentation -> Documentation 2015-05-06 19:09:47 +02:00
gcov.txt Rename documentation -> Documentation 2015-05-06 19:09:47 +02:00
gerrit_guidelines.md Use more secure HTTPS URLs for coreboot sites 2017-06-07 12:04:50 +02:00
hypertransport.svg Rename documentation -> Documentation 2015-05-06 19:09:47 +02:00
mainboard_io_trap_handler_sample.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
submodules.txt Rename documentation -> Documentation 2015-05-06 19:09:47 +02:00
timestamp.md documentation: Add documentation for timestamp library 2015-08-07 18:00:07 +02:00