numam-dpdk/doc/guides/contributing
David Marchand 3d4b2afb73 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>
2020-05-24 23:42:36 +02:00
..
img doc: introduce major ABI versions 2019-11-12 09:03:46 +01:00
abi_policy.rst doc: fix typos in ABI policy 2020-05-19 15:05:56 +02:00
abi_versioning.rst devtools: remove old ABI validation script 2020-05-24 22:36:45 +02:00
cheatsheet.rst doc: add SPDX and copyright to contributing guide 2018-08-09 22:48:10 +02:00
coding_style.rst build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
design.rst mk: use linux and freebsd in config names 2019-03-12 23:05:06 +01:00
documentation.rst doc: prefer https when pointing to dpdk.org 2020-05-24 23:42:36 +02:00
index.rst doc: separate versioning guide into version and policy 2019-11-12 09:03:15 +01:00
patches.rst doc: prefer https when pointing to dpdk.org 2020-05-24 23:42:36 +02:00
stable.rst doc: prefer https when pointing to dpdk.org 2020-05-24 23:42:36 +02:00
vulnerability.rst doc: prefer https when pointing to dpdk.org 2020-05-24 23:42:36 +02:00