🔗 Update Anchor Platform repository links - #2672
Open
JFWooten4 wants to merge 6 commits into
Open
Conversation
Replace the former java-stellar-anchor-sdk URLs with the current stellar/anchor-platform repository location. Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Delete obsolete Markdown reference definitions that are no longer used by the overview page. Co-authored-by: Codex <noreply@openai.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Anchor Platform links to the renamed repository and performs minor documentation cleanup.
Changes:
- Replaces legacy repository URLs with
stellar/anchor-platform. - Cleans up links, prose, and unused references.
- Adds a glossary link for SEPs.
Recommendation: NEEDS-CHANGES — restore quotes around the frontmatter title to preserve valid YAML.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
CONTRIBUTING.md |
Normalizes the pnpm URL. |
docs/validators/tier-1-orgs.mdx |
Normalizes Obsrvr Radar URLs. |
docs/platforms/anchor-platform/README.mdx |
Updates repository and overview content. |
docs/platforms/anchor-platform/api-reference/platform/README.mdx |
Simplifies the API introduction. |
docs/platforms/anchor-platform/admin-guide/events/integration.mdx |
Updates the configuration-file URL. |
docs/platforms/anchor-platform/sep-guide/sep1/README.mdx |
Updates Anchor Platform repository URLs. |
docs/platforms/anchor-platform/sep-guide/sep24/configuration.mdx |
Updates Anchor Platform repository URLs. |
docs/platforms/anchor-platform/sep-guide/sep24/example.mdx |
Updates example implementation URLs. |
Co-authored-by: Codex <noreply@openai.com>
ElliotFriend
requested changes
Jul 22, 2026
ElliotFriend
left a comment
Contributor
There was a problem hiding this comment.
this is a good catch! thanks for resolving those old URLs.
you've got some git conflicts that need to be resolved. and, there are more drive-by URL normalizations that i'd rather keep out of a targeted feature PR like this one.
| import { MethodTable } from "@site/src/components/MethodTable"; | ||
|
|
||
| Data on the Anchor Platform is available through two different APIs: A REST API and a JSON-RPC API. Each of these APIs has associated documentation here. | ||
| Data on the Anchor Platform is available through two different APIs: |
Contributor
There was a problem hiding this comment.
i don't think i understand the need for removing this?
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.
Replace the former java-stellar-anchor-sdk URLs with the current stellar/anchor-platform repository location. Plus, some syntax and cleanups. I think this would all look better with DocCards, but the page descriptions aren't set up for that yet.