You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was squashed before being merged into the master branch (closes#1060).
Discussion
----------
Fix broken links
The Symfony's documentation was greatly updated and many links in the app's source files are broken. I found all broken links and fixed each one of them where it was possible.
I used this command to extract the links from the source code, so I could miss out some of them:
```sh
grep -ERhoe 'https?://[^[:space:]]*\w' src assets config tests templates | sort -u
```
Commits
-------
24eeceb Fix broken links
0 commit comments