diff --git a/docs/platforms/anchor-platform/README.mdx b/docs/platforms/anchor-platform/README.mdx index d1f82ab81c..8f1171b2c4 100644 --- a/docs/platforms/anchor-platform/README.mdx +++ b/docs/platforms/anchor-platform/README.mdx @@ -8,7 +8,7 @@ pagination_next: platforms/anchor-platform/admin-guide/README # Anchor Platform -The Anchor Platform provides a set of tools and APIs for building on and off-ramp services on the Stellar network. With standardized interfaces and full implementations of key Stellar Ecosystem Proposals (SEPs), it simplifies integration with Stellar-based wallets and exchanges, enabling you to focus on your core business logic rather than protocol implementation details. +The Anchor Platform provides a set of tools and APIs for building on and off-ramp services on the Stellar network. With standardized interfaces and full implementations of key [Stellar Ecosystem Proposals](../../learn/glossary.mdx#seps) (SEPs), it simplifies integration with Stellar-based wallets and exchanges, enabling you to focus on your core business logic rather than protocol implementation details. ## Supported SEPs @@ -43,14 +43,4 @@ The Anchor Platform implements the following Stellar Ecosystem Proposals: ## Additional Resources -The documentation for the Anchor Platform is a work in progress. Developers are welcome to dive into the code and existing documentation on the [GitHub repository](https://github.com/stellar/java-stellar-anchor-sdk). - -[sep-1]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0001.md -[sep-6]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0006.md -[sep-10]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md -[sep-12]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0012.md -[sep-24]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0024.md -[sep-31]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0031.md -[sep-38]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0038.md -[sep-45]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0045.md -[anchor-platform-github]: https://github.com/stellar/java-stellar-anchor-sdk +The documentation for the Anchor Platform is a work in progress. Developers are welcome to dive into the code and existing documentation on the [GitHub repository](https://github.com/stellar/anchor-platform). diff --git a/docs/platforms/anchor-platform/admin-guide/events/integration.mdx b/docs/platforms/anchor-platform/admin-guide/events/integration.mdx index 8b9f7527f4..49b390ae1b 100644 --- a/docs/platforms/anchor-platform/admin-guide/events/integration.mdx +++ b/docs/platforms/anchor-platform/admin-guide/events/integration.mdx @@ -157,5 +157,5 @@ This configures the event service's callback API that will be used to send event - `API_KEY`: The event service will send an API key in the `Authorization` header of the request. The following are the supported configuration options: - `http_header`: The header in which the API key will be sent. -[default-values-file]: https://github.com/stellar/java-stellar-anchor-sdk/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml +[default-values-file]: https://github.com/stellar/anchor-platform/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml [clients-config]: ../../sep-guide/sep10/README.mdx#config-with-client-attribution diff --git a/docs/platforms/anchor-platform/sep-guide/sep1/README.mdx b/docs/platforms/anchor-platform/sep-guide/sep1/README.mdx index 22a8beebdd..1157ae7676 100644 --- a/docs/platforms/anchor-platform/sep-guide/sep1/README.mdx +++ b/docs/platforms/anchor-platform/sep-guide/sep1/README.mdx @@ -186,7 +186,7 @@ The Anchor Platform's SEP-1 service is optional if you're hosting the file exter [minikube]: https://minikube.sigs.k8s.io/docs/ [kubernetes]: https://kubernetes.io/ [nginx]: https://www.nginx.com/ -[ap-default-values]: https://github.com/stellar/java-stellar-anchor-sdk/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml +[ap-default-values]: https://github.com/stellar/anchor-platform/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml [stellar-demo-wallet]: https://demo-wallet.stellar.org [stellar-lab]: https://lab.stellar.org/ [postgresql]: https://www.postgresql.org/ @@ -195,4 +195,4 @@ The Anchor Platform's SEP-1 service is optional if you're hosting the file exter [sqlite]: https://www.sqlite.org/index.html [flyway]: https://documentation.red-gate.com/fd/redgate-flyway-documentation-138346877.html [sep-24-ref-ui]: https://github.com/stellar/sep24-reference-ui -[sep-24-ref]: https://github.com/stellar/java-stellar-anchor-sdk/tree/develop/kotlin-reference-server +[sep-24-ref]: https://github.com/stellar/anchor-platform/tree/develop/kotlin-reference-server diff --git a/docs/platforms/anchor-platform/sep-guide/sep24/configuration.mdx b/docs/platforms/anchor-platform/sep-guide/sep24/configuration.mdx index 05ba291088..279850b2fa 100644 --- a/docs/platforms/anchor-platform/sep-guide/sep24/configuration.mdx +++ b/docs/platforms/anchor-platform/sep-guide/sep24/configuration.mdx @@ -197,7 +197,7 @@ The demo wallet should be able to find your `stellar.toml` file, authenticate us [minikube]: https://minikube.sigs.k8s.io/docs/ [kubernetes]: https://kubernetes.io/ [nginx]: https://www.nginx.com/ -[ap-default-values]: https://github.com/stellar/java-stellar-anchor-sdk/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml +[ap-default-values]: https://github.com/stellar/anchor-platform/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml [stellar-demo-wallet]: https://demo-wallet.stellar.org [stellar-lab]: https://lab.stellar.org/ [postgresql]: https://www.postgresql.org/ @@ -206,6 +206,6 @@ The demo wallet should be able to find your `stellar.toml` file, authenticate us [sqlite]: https://www.sqlite.org/index.html [flyway]: https://documentation.red-gate.com/fd/redgate-flyway-documentation-138346877.html [sep-24-ref-ui]: https://github.com/stellar/sep24-reference-ui -[sep-24-ref]: https://github.com/stellar/java-stellar-anchor-sdk/tree/develop/kotlin-reference-server +[sep-24-ref]: https://github.com/stellar/anchor-platform/tree/develop/kotlin-reference-server [sep1-ap]: ../sep1/README.mdx [json-rpc-methods]: ../../api-reference/platform/rpc/methods/README.mdx diff --git a/docs/platforms/anchor-platform/sep-guide/sep24/example.mdx b/docs/platforms/anchor-platform/sep-guide/sep24/example.mdx index e8959fda65..77854e3906 100644 --- a/docs/platforms/anchor-platform/sep-guide/sep24/example.mdx +++ b/docs/platforms/anchor-platform/sep-guide/sep24/example.mdx @@ -426,7 +426,7 @@ The code for the backend is a part of the Anchor Platform, and is available as a [minikube]: https://minikube.sigs.k8s.io/docs/ [kubernetes]: https://kubernetes.io/ [nginx]: https://www.nginx.com/ -[ap-default-values]: https://github.com/stellar/java-stellar-anchor-sdk/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml +[ap-default-values]: https://github.com/stellar/anchor-platform/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml [stellar-demo-wallet]: https://demo-wallet.stellar.org [stellar-lab]: https://lab.stellar.org/ [postgresql]: https://www.postgresql.org/ @@ -435,4 +435,4 @@ The code for the backend is a part of the Anchor Platform, and is available as a [sqlite]: https://www.sqlite.org/index.html [flyway]: https://documentation.red-gate.com/fd/redgate-flyway-documentation-138346877.html [sep-24-ref-ui]: https://github.com/stellar/sep24-reference-ui -[sep-24-ref]: https://github.com/stellar/java-stellar-anchor-sdk/tree/develop/kotlin-reference-server +[sep-24-ref]: https://github.com/stellar/anchor-platform/tree/develop/kotlin-reference-server