util/find-doc-nits: Better parsing of links
authorRichard Levitte <levitte@openssl.org>
Sat, 23 Nov 2019 20:41:35 +0000 (21:41 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 27 Nov 2019 15:18:28 +0000 (16:18 +0100)
commit76fde1db3c2c2159aaf56fb8995368c25f88f9a4
tree790dd8ed399435c40ca4040b9764470f7d59334b
parent2a03823606b2d7e73e5dc890c3202e186511151f
util/find-doc-nits: Better parsing of links

When checking links, we need to peal away stuff that aren't part of
the link proper first.  That makes it easier to check the link
itself.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10507)
util/find-doc-nits