Skip to content

Commit

Permalink
refactor(docs): update bandada links
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Mar 6, 2024
1 parent d99f751 commit a1ab95b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docs/docs/api/api-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions apps/docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down

0 comments on commit a1ab95b

Please sign in to comment.