From 05df8293de8450f2855b720f04694e1a19ef4227 Mon Sep 17 00:00:00 2001 From: Romain Monteil Date: Tue, 2 Nov 2021 17:02:14 +0100 Subject: [PATCH] docs: Fix broken links to Identifiers and update list --- core/identifiers.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/identifiers.md b/core/identifiers.md index 1c33e13cde9..d697293cb43 100644 --- a/core/identifiers.md +++ b/core/identifiers.md @@ -187,5 +187,7 @@ final class Person API Platform supports the following identifier types: - `scalar` (string, integer) -- `\DateTime` (uses the symfony `DateTimeNormalizer` internally, see [DateTimeIdentifierNormalizer](https://github.com/api-platform/core/blob/main/src/Identifier/Normalizer/DateTimeIdentifierDenormalizer.php)) -- `\Ramsey\Uuid\Uuid` (see [UuidNormalizer](https://github.com/api-platform/core/blob/main/src/Bridge/RamseyUuid/Identifier/Normalizer/UuidNormalizer.php)) +- `\DateTime` (uses the symfony `DateTimeNormalizer` internally, see [DateTimeIdentifierNormalizer](https://github.com/api-platform/core/blob/2.6/src/Identifier/Normalizer/DateTimeIdentifierDenormalizer.php)) +- `\Ramsey\Uuid\Uuid` (see [UuidNormalizer](https://github.com/api-platform/core/blob/2.6/src/Bridge/RamseyUuid/Identifier/Normalizer/UuidNormalizer.php)) +- `\Symfony\Component\Uid\Ulid` (see [UlidNormalizer](https://github.com/api-platform/core/blob/2.6/src/Bridge/Symfony/Identifier/Normalizer/UlidNormalizer.php)) +- `\Symfony\Component\Uid\Uuid` (see [UuidNormalizer](https://github.com/api-platform/core/blob/2.6/src/Bridge/Symfony/Identifier/Normalizer/UuidNormalizer.php))