Documentation: intel: Replace HTTP links with HTTPS ones

Rationale:
Reduces attack surface on kernel devs opening the links for MITM
as HTTPS traffic is much harder to manipulate.

Deterministic algorithm:
For each file:
  If not .svg:
    For each line:
      If doesn't contain `\bxmlns\b`:
        For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:
          If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:
            If both the HTTP and HTTPS versions
            return 200 OK and serve the same content:
              Replace HTTP with HTTPS.

Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
This commit is contained in:
Alexander A. Klimov 2020-07-23 09:07:20 -07:00 committed by Tony Nguyen
parent 7ba068d128
commit 09a071f52b
6 changed files with 7 additions and 7 deletions

View file

@ -41,7 +41,7 @@ Identifying Your Adapter
For information on how to identify your adapter, and for the latest Intel For information on how to identify your adapter, and for the latest Intel
network drivers, refer to the Intel Support website: network drivers, refer to the Intel Support website:
http://www.intel.com/support https://www.intel.com/support
Driver Configuration Parameters Driver Configuration Parameters
=============================== ===============================
@ -179,7 +179,7 @@ filtering by
Support Support
======= =======
For general information, go to the Intel support website at: For general information, go to the Intel support website at:
http://www.intel.com/support/ https://www.intel.com/support/
or the Intel Wired Networking project hosted by Sourceforge at: or the Intel Wired Networking project hosted by Sourceforge at:
http://sourceforge.net/projects/e1000 http://sourceforge.net/projects/e1000

View file

@ -22,7 +22,7 @@ Ethernet Multi-host Controller.
For information on how to identify your adapter, and for the latest Intel For information on how to identify your adapter, and for the latest Intel
network drivers, refer to the Intel Support website: network drivers, refer to the Intel Support website:
http://www.intel.com/support https://www.intel.com/support
Flow Control Flow Control

View file

@ -43,7 +43,7 @@ device.
For information on how to identify your adapter, and for the latest NVM/FW For information on how to identify your adapter, and for the latest NVM/FW
images and Intel network drivers, refer to the Intel Support website: images and Intel network drivers, refer to the Intel Support website:
http://www.intel.com/support https://www.intel.com/support
Additional Features and Configurations Additional Features and Configurations

View file

@ -20,7 +20,7 @@ Identifying Your Adapter
======================== ========================
For information on how to identify your adapter, and for the latest Intel For information on how to identify your adapter, and for the latest Intel
network drivers, refer to the Intel Support website: network drivers, refer to the Intel Support website:
http://www.intel.com/support https://www.intel.com/support
Command Line Parameters Command Line Parameters

View file

@ -35,7 +35,7 @@ Identifying Your Adapter
======================== ========================
For information on how to identify your adapter, and for the latest Intel For information on how to identify your adapter, and for the latest Intel
network drivers, refer to the Intel Support website: network drivers, refer to the Intel Support website:
http://www.intel.com/support https://www.intel.com/support
Additional Features and Configurations Additional Features and Configurations

View file

@ -203,7 +203,7 @@ With the 10 Gigabit server adapters, the default Linux configuration will
very likely limit the total available throughput artificially. There is a set very likely limit the total available throughput artificially. There is a set
of configuration changes that, when applied together, will increase the ability of configuration changes that, when applied together, will increase the ability
of Linux to transmit and receive data. The following enhancements were of Linux to transmit and receive data. The following enhancements were
originally acquired from settings published at http://www.spec.org/web99/ for originally acquired from settings published at https://www.spec.org/web99/ for
various submitted results using Linux. various submitted results using Linux.
NOTE: NOTE: