diff --git a/apps/docs/docs/api/api-sdk.md b/apps/docs/docs/api/api-sdk.md index ecc839b6..1a98d338 100644 --- a/apps/docs/docs/api/api-sdk.md +++ b/apps/docs/docs/api/api-sdk.md @@ -9,7 +9,7 @@ import TabItem from "@theme/TabItem" [The API SDK JavaScript package](https://github.com/privacy-scaling-explorations/bandada/tree/main/libs/api-sdk) provides a list of functions to make it easier to work with the Bandada API. -Example of project using the API SDK library: [bandada-api-sdk-demo](https://github.com/vplasencia/bandada-sdk-demo). +Example of project using the API SDK library: [bandada-api-sdk-demo](https://github.com/bandada-infra/bandada-sdk-demo). ## Install library diff --git a/apps/docs/docusaurus.config.ts b/apps/docs/docusaurus.config.ts index 84fb222b..f35e8fd0 100644 --- a/apps/docs/docusaurus.config.ts +++ b/apps/docs/docusaurus.config.ts @@ -109,11 +109,11 @@ const config: Config = { }, { label: "Boilerplate", - href: "https://github.com/vplasencia/bandada-semaphore-demo" + href: "https://github.com/bandada-infra/bandada-semaphore-demo" }, { label: "API SDK demo", - href: "https://github.com/vplasencia/bandada-sdk-demo" + href: "https://github.com/bandada-infra/bandada-sdk-demo" } ] }