feat(all-topics): update links to 7.0#57
Merged
ThomasBerends merged 2 commits intoThomasBerends:mainfrom Nov 26, 2023
Merged
Conversation
Owner
|
Wow! That's saving me quite some work. Was planning to do it this week so this saves up a lot of my time. Thank you! Feel free to process the proposed replacements. It's common that some links to away or some get added for each version. |
Contributor
Author
|
I'll make the replacements and then send the code to the current branch 👍 |
Contributor
Author
|
@ThomasBerends I sent the corrections 🆙 |
Owner
|
Thanks! I'll await the Symfony 7 release and the release of the new certification, then I'll merge it. Thank you for all this hard work. This is absolutely amazing! |
Contributor
Author
|
You're welcome, it'll help with revision 🙂 |
Owner
|
Merged it, since in the Symfony Slack, Javier confirmed that the certfiication will be introduced in a few days. Thanks for this hard work! |
Contributor
Author
|
You're welcome 🙂 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adjustments
There are links to correct.
For each theme, I've listed the links to be changed and suggested a correction below.
File : automated-tests.md
For your information, in the autamated-test.md file, there are 4 links that are no longer current.
These 4 links are still valid in versions below and including 5.0.
================
Link to be replaced :
https://symfony.com/doc/6.0/testing.html#working-with-the-test-client
Could be replaced by :
=> https://symfony.com/doc/7.0/testing.html#making-requests
================
Link to be replaced :
https://symfony.com/doc/6.0/testing.html#the-crawler
Could be replaced by :
=> https://symfony.com/doc/7.0/testing.html#write-your-first-application-test
================
Link to be replaced :
https://symfony.com/doc/6.0/testing.html#accessing-the-container
Could be integrated into :
=> https://symfony.com/doc/7.0/testing.html#retrieving-services-in-the-test
================
Link to be replaced :
https://symfony.com/doc/6.0/testing.html#testing-configuration
Could be replaced by :
=> https://symfony.com/doc/7.0/testing.html#set-up-your-test-environment
File : http-caching.md
For your information, there is 1 link in the http-caching.md file that is no longer valid.
This link is still valid in versions lower than 4.0 inclusive.
================
Link to be replaced :
https://symfony.com/doc/6.0/http_cache/form_csrf_caching.html
Could be replaced by :
=> https://symfony.com/doc/7.0/security/csrf.html
================
File : controllers.php
For your information, there are 2 links in the controllers.md file that are no longer valid.
These links are still valid in versions lower than 4.0 inclusive.
================
Link to be replaced :
https://symfony.com/doc/6.0/routing.html#controller-naming-pattern
Could be replaced by :
=> https://symfony.com/doc/7.0/routing.html#creating-routes-in-yaml-xml-or-php-files
================
Link to be replaced :
https://symfony.com/doc/6.0/controller.html#flash-messages
Could be integrated into :
=> https://symfony.com/doc/7.0/controller.html#managing-the-session
================
File : miscellaneous.md
For your information, there is 1 link in the miscellaneous.md file that is not valid.
https://symfony.com/doc/6.0/the-fast-track/en/5-debug.html
================
Link to be replaced :
https://symfony.com/doc/6.0/the-fast-track/en/5-debug.html
Could be replaced by :
=> https://symfony.com/doc/current/the-fast-track/en/5-debug.html
================
File : templating-with-twig.md
For your information, in the templating-with-twig.md file, there are 2 links that are no longer valid.
These links are still valid in some lower versions.
================
Link to be replaced :
https://symfony.com/doc/6.0/translation/message_format.html#pluralization
Could be integrated into :
=> https://symfony.com/doc/7.0/reference/formats/message_format.html#pluralization
================
Link to be replaced :
https://symfony.com/doc/6.0/templating/debug.html
Could be replaced by :
=> https://symfony.com/doc/7.0/templates.html#the-dump-twig-utilities
================
File : security.md
For your information, in the security.md file, there are 2 links that are no longer valid.
These links are still valid in some lower versions.
================
Link to be replaced :
https://symfony.com/doc/6.0/security.html#initial-security-yml-setup-authentication
Could be integrated into (paragraphs to the next chapter) :
=> https://symfony.com/doc/7.0/security.html
================
Link to be replaced :
https://symfony.com/doc/6.0/security.html#c-encoding-the-user-s-password
Could be replaced by (last half of the chapter) :
=> https://symfony.com/doc/7.0/security.html#registering-the-user-hashing-passwords
================