🔗 SDF to Actual Repo Links#2447
Open
JFWooten4 wants to merge 5 commits into
Open
Conversation
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR continues the protocol-link cleanup work by replacing legacy stellar.org/protocol/... redirect URLs with direct links to the canonical specs in stellar/stellar-protocol (GitHub), across Anchor Platform schemas/API reference content and a few related docs.
Changes:
- Updated SEP-12 links in Anchor Platform OpenRPC/OpenAPI schema sources and bundled outputs.
- Updated SEP-10/SEP-24 links in the Stellar Disbursement Platform wallet readiness guide.
- Updated various SEP/CAP references in learning/build/indexer docs to point to
stellar/stellar-protocolGitHub files.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| openrpc/src/anchor-platform/schemas/customer.json | Updates embedded SEP-12 link in the OpenRPC schema fragment. |
| openapi/anchor-platform/schemas.yaml | Updates SEP-12 link in OpenAPI schema description block. |
| openapi/anchor-platform/bundled-platform.yaml | Updates SEP-12 link in the bundled OpenAPI output. |
| openapi/anchor-platform/bundled-callbacks.yaml | Updates SEP-12 link in the bundled callbacks OpenAPI output. |
| docs/platforms/stellar-disbursement-platform/admin-guide/making-your-wallet-sdp-ready.mdx | Updates SEP-10/SEP-24 reference links to GitHub spec sources. |
| docs/platforms/anchor-platform/api-reference/platform/transactions/get-transactions.api.mdx | Updates SEP-12 link inside the rendered API schema content. |
| docs/platforms/anchor-platform/api-reference/platform/transactions/get-transaction.api.mdx | Updates SEP-12 link inside the rendered API schema content. |
| docs/platforms/anchor-platform/api-reference/platform/rpc/anchor-platform.openrpc.json | Updates SEP-12 links in the published OpenRPC JSON. |
| docs/platforms/anchor-platform/api-reference/callbacks/post-event.api.mdx | Updates SEP-12 link inside the rendered callback schema content. |
| docs/learn/fundamentals/stellar-data-structures/events.mdx | Updates SEP-41 references to GitHub spec section. |
| docs/data/indexers/build-your-own/processors/token-transfer-processor/README.mdx | Replaces CAP/SEP references with direct GitHub spec links and simplifies references section. |
| docs/build/guides/transactions/pooled-accounts-muxed-accounts-memos.mdx | Updates CAP-27 / SEP-23 references to GitHub spec sources. |
| docs/build/apps/example-application-tutorial/anchor-integration/sep6.mdx | Updates SEP-6 spec link to GitHub source section. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Codex <noreply@openai.com>
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.
This continues the link work from #2446 by updating the outdated SDF redirects of various pages to the redirected source changes