🔗 SDF to Actual Repo Links#2447
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>
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>
|
not sure what you mean by "outdated SDF redirects." they seem to be working, from what i can tell. do you have an example of some that don't? |
|
This PR changes to the latter style to avoid a needless redirect, since it's not like there's an SDF blog post for each SEP or CAP. So I do agree that they work, but it's like using a Bit.ly link rather than the direct source reference. |
Co-authored-by: Codex <noreply@openai.com>

This continues the link work from #2446 by updating the outdated SDF redirects of various pages to the redirected source changes