OSDN Git Service

update link in QUuid documentation
authorIvailo Monev <xakepa10@gmail.com>
Mon, 21 Mar 2022 10:08:50 +0000 (12:08 +0200)
committerIvailo Monev <xakepa10@gmail.com>
Mon, 21 Mar 2022 10:08:50 +0000 (12:08 +0200)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/core/plugin/quuid.cpp

index 6c853e6..52e1f0c 100644 (file)
@@ -233,7 +233,7 @@ bool _q_uuidFromHex(const Char *&src, uint &d1, ushort &d2, ushort &d3, uchar (&
     composed of random numbers. Theoretically, this means there is a
     small chance that a UUID generated by createUuid() will not be
     unique. But it is
-    \l{http://en.wikipedia.org/wiki/Universally_Unique_Identifier#Random_UUID_probability_of_duplicates}
+    \l{https://en.wikipedia.org/wiki/Universally_unique_identifier#Collisions}
     {a \e{very} small chance}.
 
     UUIDs can be constructed from numeric values or from strings, or