doc: prefer https when pointing to dpdk.org
authorDavid Marchand <david.marchand@redhat.com>
Thu, 19 Mar 2020 08:28:59 +0000 (09:28 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 24 May 2020 21:42:36 +0000 (23:42 +0200)
commit3d4b2afb73f7f0988f8e66ba1b37f2a446e33868
tree61a4e2b886e33d5bfedd1bed9a2bf95cc965087f
parentba8af67fcd7aea9f0d4956bc58b15c71d3319744
doc: prefer https when pointing to dpdk.org

for file in $(git grep -l http://.*dpdk.org doc/); do
  sed -i -e 's#http://\(.*dpdk.org\)#https://\1#g' $file;
done

Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Kevin Traynor <ktraynor@redhat.com>
devtools/checkpatches.sh
doc/guides/contributing/documentation.rst
doc/guides/contributing/patches.rst
doc/guides/contributing/stable.rst
doc/guides/contributing/vulnerability.rst
doc/guides/freebsd_gsg/install_from_ports.rst
doc/guides/linux_gsg/nic_perf_intel_platform.rst
doc/guides/nics/enic.rst
doc/guides/prog_guide/cryptodev_lib.rst
doc/guides/rel_notes/deprecation.rst