From e7b6080949680c2b9d68aeed7a33651c6c1a6c5d Mon Sep 17 00:00:00 2001 From: Nabil Karous Date: Mon, 18 Mar 2019 11:24:46 +0100 Subject: [PATCH] add link to page of UUID Talk by Ben Ramsey --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 202e063..c5d256f 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ More suitable if you want to use UUIDs as primary key. Note that this can cause * another code (that isn't aware of this method) attempts to decode the resulting bytes More information in this [Percona article][percona-optimized-uuids] -and [UUID Talk by Ben Ramsey][benramsey-com-uuid-talk] (starts at slide 61). +and [UUID Talk by Ben Ramsey][benramsey-com-uuid-talk] (starts at slide [61](https://speakerdeck.com/ramsey/identify-all-the-things-with-uuids-true-north-php-2016?slide=64)). ``` php \Doctrine\DBAL\Types\Type::addType('uuid_binary_ordered_time', 'Ramsey\Uuid\Doctrine\UuidBinaryOrderedTimeType');