Skip to content

Conversation

@manhphuc
Copy link

@manhphuc manhphuc commented Feb 9, 2026

Summary

This PR fixes a broken link in the REST API FAQ page that currently points to a non-existent support forums tag page returning a 404.

Problem

The following link is broken:

https://wordpress.org/support/topic-tag/rest-api/

This results in users being unable to access relevant REST API discussions in the WordPress support forums.

Solution

Replace the broken tag link with a valid WordPress support forums search link:

https://wordpress.org/support/search/rest%20api/

This ensures users can easily find relevant REST API discussions and support topics.

Affected page

https://developer.wordpress.org/rest-api/frequently-asked-questions/

Related issue

Fixes WordPress/Documentation-Issue-Tracker#2187

Testing

Verified that the new link:

• loads successfully
• displays relevant REST API discussions
• does not return 404


This is a documentation-only change and does not affect functionality.

Replace broken topic-tag link that returns 404 with a valid support search link to help users find REST API discussions.

Fixes WordPress/Documentation-Issue-Tracker#2187
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DevHub] REST API FAQ: "WordPress support forums" link points to 404

1 participant