]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
doc: make Wikipedia hyperlinks anonymous
authorJustin Viiret <justin.viiret@intel.com>
Tue, 7 Nov 2017 03:43:58 +0000 (14:43 +1100)
committerXiang Wang <xiang.w.wang@intel.com>
Fri, 19 Jan 2018 11:18:01 +0000 (06:18 -0500)
doc/dev-reference/compilation.rst

index 65eb1fc4bd0f18dbccd185820239a604c941632d..fd903379f8ae9e7397507f0a303cf373ee3414b2 100644 (file)
@@ -405,14 +405,14 @@ follows:
 #. **Edit distance** is defined as Levenshtein distance. That is, there are
    three possible edit types considered: insertion, removal and substitution.
    A more formal description can be found on
-   `Wikipedia <https://en.wikipedia.org/wiki/Levenshtein_distance>`_.
+   `Wikipedia <https://en.wikipedia.org/wiki/Levenshtein_distance>`__.
 
 #. **Hamming distance** is the number of positions by which two strings of
    equal length differ. That is, it is the number of substitutions required to
    convert one string to the other. There are no insertions or removals when
    approximate matching using a Hamming distance. A more formal description can
    be found on
-   `Wikipedia <https://en.wikipedia.org/wiki/Hamming_distance>`_.
+   `Wikipedia <https://en.wikipedia.org/wiki/Hamming_distance>`__.
 
 #. **Approximate matching** will match all *corpora* within a given edit or
    Hamming distance. That is, given a pattern, approximate matching will match