From a1ab95b50f66b9938f42ed54b49b7ab4cd954c91 Mon Sep 17 00:00:00 2001 From: Vivian Plasencia Date: Wed, 6 Mar 2024 23:47:39 +0100 Subject: [PATCH] refactor(docs): update bandada links --- apps/docs/docs/api/api-sdk.md | 2 +- apps/docs/docusaurus.config.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" } ] }