-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: fix redirected links to user documents #49537
Conversation
* For general WordPress support with the core editor, see the [WordPress.org support forums](https://wordpress.org/support/) — it is highly active and well maintained. | ||
* For general WordPress support with the core editor, see the [WordPress.org support forums](https://wordpress.org/support/forums/) — it is highly active and well maintained. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is the only exception. This URL should be in the support forum, but accessing https://wordpress.org/support/
redirects to https://wordpress.org/documentation/
. Therefore, we have rewritten it to the appropriate link.
Size Change: +9 B (0%) Total Size: 1.34 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like one needed fix and then this should be good. 👇
Flaky tests detected in 81fda79. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4586652151
|
Co-authored-by: Alex Stine <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is good to go but may not be a bad idea to wait on a 2nd review. I would assume this new docs area is fully ready but honestly do not know for certain.
Follow-up on: #49533
Related core ticket: #57726 (Use the new /documentation/ URLs for HelpHub links) – WordPress Trac
What?
This PR fixes a problem with the redirection of links to documentation for users.
Why?
Just like the changes made in the core, I think all
/support/article/*
URLs should be redirected to/documentation/article/
to avoid an extra redirect.How?
https://wordpress.org/support/
.Testing Instructions