Update broken book links#1087
Merged
Merged
Conversation
dereuromark
reviewed
May 21, 2026
| column metadata of your tables. Otherwise, you might end up with errors about | ||
| columns not existing when performing operations on those new columns. The | ||
| CakePHP core includes a [Schema Cache Shell](https://book.cakephp.org/5/en/console-and-shells/schema-cache.html) that you can use: | ||
| CakePHP core includes a [Schema Cache Shell](https://book.cakephp.org/5/console-commands/schema-cache.html) that you can use: |
Member
There was a problem hiding this comment.
Isnt it https://book.cakephp.org/5.x/console-commands/schema-cache.html etc?
Contributor
Author
There was a problem hiding this comment.
All the other links were in that format, so I left it as is since it redirects to 5.x I can change it to explicitly do 5.x if you prefer
Member
There was a problem hiding this comment.
I dont know what @LordSimal or @josbeir would recommend here, lets wait for them.
Great initiative!
Member
There was a problem hiding this comment.
Both /5/ and /5.x/ are valid and work.
Contributor
There was a problem hiding this comment.
5.x is the "correct" version here as we have a redirect for 5 => 5.x or basically any version as you can see here
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.
Fixed a bunch of 404 Book links.
Most of them in annotations of tests - let me know if they're too much of a hassle to look through, and I should have let them be. I might do fixes for other repos.
Admittedly I didn't bother to run any tests, as I didn't touch any logic, so everything should work as it did before.
Side note: Your
CONTRIBUTING.mdsays to usemasterbranch by default, which doesn't exist;)