Update stale documentation links to canonical URLs#248
Conversation
Several reference links in docs/REQUIREMENTS.md pointed at moved repos or migrated documentation domains and only resolved via redirects. Update them to their current canonical targets: - Anthropic API docs -> platform.claude.com - fal API docs -> fal.ai/docs - Google Vertex AI docs -> docs.cloud.google.com - OpenAI API reference -> developers.openai.com - X AI API reference -> docs.x.ai/developers path - Firebase Genkit repo -> genkit-ai/genkit (renamed) - A2A protocol repo -> a2aproject/A2A (renamed) Co-authored-by: Karolína Vyskočilová <3611726+vyskoczilova@users.noreply.github.com> Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates external documentation links in docs/REQUIREMENTS.md to reflect current vendor endpoints and repository locations.
Changes:
- Refreshes API documentation URLs (Anthropic, fal, Vertex AI, OpenAI, xAI).
- Updates GitHub repository links for Firebase Genkit and the A2A protocol.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
felixarntz
left a comment
There was a problem hiding this comment.
@alewolf Thank you for the PR!
Summary
Several reference links in
docs/REQUIREMENTS.mdpointed at repos that have since been renamed or documentation domains that have migrated. None were hard 404s today — they all still resolve via redirects — but redirects for renamed GitHub repos can break if the old path is later reclaimed, and the migrated docs domains are the canonical homes now. This updates each to its current canonical URL.Changes (
docs/REQUIREMENTS.md)docs.anthropic.com/en/api/platform.claude.com/docs/en/api/docs.fal.ai/model-endpointsfal.ai/docs/model-endpointscloud.google.com/vertex-ai/docs/reference/restdocs.cloud.google.com/vertex-ai/docs/reference/restplatform.openai.com/docs/api-reference/developers.openai.com/api/reference/overviewdocs.x.ai/docs/api-referencedocs.x.ai/developers/rest-api-reference/inference/chatgithub.com/firebase/genkitgithub.com/genkit-ai/genkitgithub.com/google/A2Agithub.com/a2aproject/A2AAll seven replacement URLs were verified to return HTTP 200.
Props
Props @vyskoczilova for the contribution.
🤖 Generated with Claude Code