Documentation: intel: Replace HTTP links with HTTPS ones
authorAlexander A. Klimov <grandmaster@al2klimov.de>
Thu, 23 Jul 2020 16:07:20 +0000 (09:07 -0700)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 30 Jul 2020 17:51:26 +0000 (10:51 -0700)
commit09a071f52bbedddef626e71c0fd210838532f347
treeb6b2c55a997fe3ee7b8a602c161d3cc659a1514f
parent7ba068d12844e8ad2615aa4c9ffbbf023c46a92c
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>
Documentation/networking/device_drivers/ethernet/intel/e100.rst
Documentation/networking/device_drivers/ethernet/intel/fm10k.rst
Documentation/networking/device_drivers/ethernet/intel/iavf.rst
Documentation/networking/device_drivers/ethernet/intel/igb.rst
Documentation/networking/device_drivers/ethernet/intel/igbvf.rst
Documentation/networking/device_drivers/ethernet/intel/ixgb.rst