On Thu, 2020-03-19 at 16:40 +0100, David Marchand wrote:
> On Thu, Mar 19, 2020 at 10:01 AM Thomas Monjalon > wrote:
> > 19/03/2020 09:28, David Marchand:
> > > for file in $(git grep -l http://.*dpdk.org doc/); do
> > > sed -i -e 's#http://\(.*dpdk.org\)#https://\1#g' $file;
> > > done
> > >
>
On Thu, Mar 19, 2020 at 10:01 AM Thomas Monjalon wrote:
>
> 19/03/2020 09:28, David Marchand:
> > for file in $(git grep -l http://.*dpdk.org doc/); do
> > sed -i -e 's#http://\(.*dpdk.org\)#https://\1#g' $file;
> > done
> >
> > Cc: sta...@dpdk.org
> >
> > Signed-off-by: David Marchand
> > ---
19/03/2020 09:28, David Marchand:
> for file in $(git grep -l http://.*dpdk.org doc/); do
> sed -i -e 's#http://\(.*dpdk.org\)#https://\1#g' $file;
> done
>
> Cc: sta...@dpdk.org
>
> Signed-off-by: David Marchand
> ---
> + # links must prefer https over http
> + awk -v FOLDERS='doc' \
for file in $(git grep -l http://.*dpdk.org doc/); do
sed -i -e 's#http://\(.*dpdk.org\)#https://\1#g' $file;
done
Cc: sta...@dpdk.org
Signed-off-by: David Marchand
---
devtools/checkpatches.sh | 8
doc/guides/contributing/documentation.rst| 12 ++
4 matches
Mail list logo