diff --git a/docs/build/apps/wallet/sep10.mdx b/docs/build/apps/wallet/sep10.mdx index e52dc499d..d35000740 100644 --- a/docs/build/apps/wallet/sep10.mdx +++ b/docs/build/apps/wallet/sep10.mdx @@ -223,7 +223,7 @@ app.post("/sign", (req, res) => { -You can see full example [here](https://github.com/stellar/stellar-demo-wallet/blob/52071629f8d29470b61799bef9519776d9c252d2/packages/demo-wallet-server/src/index.ts). As mentioned before, this sample implementation doesn't have any protection against unauthorized requests, so you must add authorization checks as part of the request. +You can see examples of both the wallet and server implementations [here](https://github.com/stellar/typescript-wallet-sdk/tree/main/%40stellar/typescript-wallet-sdk/examples/sep10). As mentioned before, this server sample implementation doesn't have any protection against unauthorized requests, so you must add authorization checks as part of the request. [sep-1]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0001.md [sep-10]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md