Skip to content

Commit

Permalink
fix broken link (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored Jul 5, 2024
1 parent 8cb4c15 commit 03ca2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ a translation changes because the Assetic links will point to a static file.
### The JS Translator

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

``` javascript
Expand Down

0 comments on commit 03ca2d1

Please sign in to comment.