Skip to content

Commit 753cc60

Browse files
committed
minor symfony#15071 [Translation] Fix link to Translatable Extension documentation (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- [Translation] Fix link to Translatable Extension documentation The site http://atlantic18.github.io/DoctrineExtensions/ returns 404. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- a4063c4 [Translation] Fix link to Translatable Extension documentation
2 parents 2aee326 + a4063c4 commit 753cc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,5 +610,5 @@ Learn more
610610
.. _`ICU MessageFormat`: https://unicode-org.github.io/icu/userguide/format_parse/messages/
611611
.. _`ISO 3166-1 alpha-2`: https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes
612612
.. _`ISO 639-1`: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
613-
.. _`Translatable Extension`: http://atlantic18.github.io/DoctrineExtensions/doc/translatable.html
613+
.. _`Translatable Extension`: https://github.com/doctrine-extensions/DoctrineExtensions/blob/main/doc/translatable.md
614614
.. _`Translatable Behavior`: https://github.com/KnpLabs/DoctrineBehaviors

0 commit comments

Comments
 (0)