Skip to content

Commit 03ca2d1

Browse files
authored
fix broken link (#353)
1 parent 8cb4c15 commit 03ca2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ a translation changes because the Assetic links will point to a static file.
239239
### The JS Translator
240240

241241
The `Translator` object implements the Symfony2
242-
[`TranslatorInterface`](https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Translation/TranslatorInterface.php)
242+
[`TranslatorInterface`](https://github.com/symfony/symfony/blob/7.0/src/Symfony/Contracts/Translation/TranslatorInterface.php)
243243
and provides the same `trans()` and `transChoice()` methods:
244244

245245
``` javascript

0 commit comments

Comments
 (0)