refactor: update repo link

This commit is contained in:
Neel
2024-03-28 13:26:52 +05:30
parent 72cca868b5
commit 3bc6e2175f
18 changed files with 56 additions and 56 deletions

View File

@@ -10,7 +10,7 @@ We're really glad you're reading this, because we need volunteer developers to h
## Issues
The best way to contribute to our projects is by opening a [new issue](https://github.com/privacy-scaling-explorations/bandada/issues/new/choose) or tackling one of the issues listed [here](https://github.com/privacy-scaling-explorations/bandada/contribute).
The best way to contribute to our projects is by opening a [new issue](https://github.com/bandada-infra/bandada/issues/new/choose) or tackling one of the issues listed [here](https://github.com/bandada-infra/bandada/contribute).
## Pull Requests

View File

@@ -5,16 +5,16 @@
</p>
<p align="center">
<a href="https://github.com/privacy-scaling-explorations" target="_blank">
<a href="https://github.com/bandada-infra" target="_blank">
<img src="https://img.shields.io/badge/project-Bandada-blue.svg?style=flat-square">
</a>
<a href="https://github.com/privacy-scaling-explorations/bandada/blob/main/LICENSE">
<a href="https://github.com/bandada-infra/bandada/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/bandada.svg?style=flat-square">
</a>
<a href="https://github.com/privacy-scaling-explorations/bandada/actions?query=workflow%3Atest">
<a href="https://github.com/bandada-infra/bandada/actions?query=workflow%3Atest">
<img alt="GitHub Workflow test" src="https://img.shields.io/github/actions/workflow/status/privacy-scaling-explorations/bandada/test.yml?branch=main&label=test&style=flat-square&logo=github">
</a>
<a href="https://github.com/privacy-scaling-explorations/bandada/actions?query=workflow%3Astyle">
<a href="https://github.com/bandada-infra/bandada/actions?query=workflow%3Astyle">
<img alt="GitHub Workflow style" src="https://img.shields.io/github/actions/workflow/status/privacy-scaling-explorations/bandada/style.yml?branch=main&label=style&style=flat-square&logo=github">
</a>
<a href="https://coveralls.io/github/privacy-scaling-explorations/bandada">
@@ -39,7 +39,7 @@
🤝 Code of conduct
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://github.com/privacy-scaling-explorations/bandada/contribute">
<a href="https://github.com/bandada-infra/bandada/contribute">
🔎 Issues
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
@@ -195,7 +195,7 @@ The applications will be deployed at the following URLs without any changes to t
Clone this repository:
```bash
git clone https://github.com/privacy-scaling-explorations/bandada.git
git clone https://github.com/bandada-infra/bandada.git
```
and install the dependencies:

View File

@@ -76,7 +76,7 @@ async function bootstrap() {
// Create a hyperlink element
const link = document.createElement('a');
link.href = 'https://github.com/privacy-scaling-explorations/bandada';
link.href = 'https://github.com/bandada-infra/bandada';
link.rel = 'noreferrer noopener nofollow';
link.target = '_blank'
link.style.color = 'grey';

View File

@@ -158,7 +158,7 @@ export default function HomePage(): JSX.Element {
<HStack spacing="5">
<Link
href="https://github.com/privacy-scaling-explorations/bandada"
href="https://github.com/bandada-infra/bandada"
isExternal
>
<HStack spacing="1">

View File

@@ -6,10 +6,10 @@
</p>
<p align="center">
<a href="https://github.com/privacy-scaling-explorations/bandada">
<a href="https://github.com/bandada-infra/bandada">
<img src="https://img.shields.io/badge/project-Bandada-blue.svg?style=flat-square">
</a>
<a href="https://github.com/privacy-scaling-explorations/bandada/blob/main/LICENSE">
<a href="https://github.com/bandada-infra/bandada/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/bandada.svg?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/@bandada/contracts">
@@ -22,15 +22,15 @@
<div align="center">
<h4>
<a href="https://github.com/privacy-scaling-explorations/bandada/blob/main/CONTRIBUTING.md">
<a href="https://github.com/bandada-infra/bandada/blob/main/CONTRIBUTING.md">
👥 Contributing
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://github.com/privacy-scaling-explorations/bandada/blob/main/CODE_OF_CONDUCT.md">
<a href="https://github.com/bandada-infra/bandada/blob/main/CODE_OF_CONDUCT.md">
🤝 Code of conduct
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://github.com/privacy-scaling-explorations/bandada/contribute">
<a href="https://github.com/bandada-infra/bandada/contribute">
🔎 Issues
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>

View File

@@ -20,10 +20,10 @@
"zero-knowledge-proofs",
"proof-of-membership"
],
"repository": "https://github.com/privacy-scaling-explorations/bandada",
"homepage": "https://github.com/privacy-scaling-explorations/bandada/tree/main/packages/contracts",
"repository": "https://github.com/bandada-infra/bandada",
"homepage": "https://github.com/bandada-infra/bandada/tree/main/packages/contracts",
"bugs": {
"url": "https://github.com/privacy-scaling-explorations/bandada.git/issues"
"url": "https://github.com/bandada-infra/bandada.git/issues"
},
"publishConfig": {
"access": "public"

View File

@@ -56,7 +56,7 @@ export default function HomePage(): JSX.Element {
<HStack spacing="5">
<Link
href="https://github.com/privacy-scaling-explorations/bandada"
href="https://github.com/bandada-infra/bandada"
isExternal
>
<HStack spacing="1">

View File

@@ -7,7 +7,7 @@ import TabItem from "@theme/TabItem"
# API SDK
[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.
[The API SDK JavaScript package](https://github.com/bandada-infra/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/bandada-infra/bandada-sdk-demo).
@@ -60,7 +60,7 @@ import { ApiSdk } from "@bandada/api-sdk"
const apiSdk = new ApiSdk()
```
- Creates a new instance using a [Supported URL](https://github.com/privacy-scaling-explorations/bandada/blob/main/libs/api-sdk/src/types/index.ts#L43).
- Creates a new instance using a [Supported URL](https://github.com/bandada-infra/bandada/blob/main/libs/api-sdk/src/types/index.ts#L43).
This is useful when working with the development environment.

View File

@@ -91,7 +91,7 @@ const config: Config = {
},
{
label: "GitHub",
href: "https://github.com/privacy-scaling-explorations/bandada"
href: "https://github.com/bandada-infra/bandada"
},
{
label: "X (Twitter)",

View File

@@ -6,10 +6,10 @@
</p>
<p align="center">
<a href="https://github.com/privacy-scaling-explorations/bandada">
<a href="https://github.com/bandada-infra/bandada">
<img src="https://img.shields.io/badge/project-Bandada-blue.svg?style=flat-square">
</a>
<a href="https://github.com/privacy-scaling-explorations/bandada/blob/main/LICENSE">
<a href="https://github.com/bandada-infra/bandada/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/bandada.svg?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/@bandada/api-sdk">
@@ -28,15 +28,15 @@
<div align="center">
<h4>
<a href="https://github.com/privacy-scaling-explorations/bandada/blob/main/CONTRIBUTING.md">
<a href="https://github.com/bandada-infra/bandada/blob/main/CONTRIBUTING.md">
👥 Contributing
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://github.com/privacy-scaling-explorations/bandada/blob/main/CODE_OF_CONDUCT.md">
<a href="https://github.com/bandada-infra/bandada/blob/main/CODE_OF_CONDUCT.md">
🤝 Code of conduct
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://github.com/privacy-scaling-explorations/bandada/contribute">
<a href="https://github.com/bandada-infra/bandada/contribute">
🔎 Issues
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>

View File

@@ -15,10 +15,10 @@
"LICENSE",
"README.md"
],
"repository": "https://github.com/privacy-scaling-explorations/bandada",
"homepage": "https://github.com/privacy-scaling-explorations/bandada/tree/main/libs/api-sdk",
"repository": "https://github.com/bandada-infra/bandada",
"homepage": "https://github.com/bandada-infra/bandada/tree/main/libs/api-sdk",
"bugs": {
"url": "https://github.com/privacy-scaling-explorations/bandada.git/issues"
"url": "https://github.com/bandada-infra/bandada.git/issues"
},
"scripts": {
"build:watch": "rollup -c rollup.config.ts -w --configPlugin typescript",

View File

@@ -6,10 +6,10 @@
</p>
<p align="center">
<a href="https://github.com/privacy-scaling-explorations/bandada">
<a href="https://github.com/bandada-infra/bandada">
<img src="https://img.shields.io/badge/project-Bandada-blue.svg?style=flat-square">
</a>
<a href="https://github.com/privacy-scaling-explorations/bandada/blob/main/LICENSE">
<a href="https://github.com/bandada-infra/bandada/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/bandada.svg?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/@bandada/credentials">
@@ -28,15 +28,15 @@
<div align="center">
<h4>
<a href="https://github.com/privacy-scaling-explorations/bandada/blob/main/CONTRIBUTING.md">
<a href="https://github.com/bandada-infra/bandada/blob/main/CONTRIBUTING.md">
👥 Contributing
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://github.com/privacy-scaling-explorations/bandada/blob/main/CODE_OF_CONDUCT.md">
<a href="https://github.com/bandada-infra/bandada/blob/main/CODE_OF_CONDUCT.md">
🤝 Code of conduct
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://github.com/privacy-scaling-explorations/bandada/contribute">
<a href="https://github.com/bandada-infra/bandada/contribute">
🔎 Issues
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>

View File

@@ -15,10 +15,10 @@
"LICENSE",
"README.md"
],
"repository": "https://github.com/privacy-scaling-explorations/bandada",
"homepage": "https://github.com/privacy-scaling-explorations/bandada/tree/main/libs/credentials",
"repository": "https://github.com/bandada-infra/bandada",
"homepage": "https://github.com/bandada-infra/bandada/tree/main/libs/credentials",
"bugs": {
"url": "https://github.com/privacy-scaling-explorations/bandada.git/issues"
"url": "https://github.com/bandada-infra/bandada.git/issues"
},
"scripts": {
"build:watch": "rollup -c rollup.config.ts -w --configPlugin typescript",

View File

@@ -6,10 +6,10 @@
</p>
<p align="center">
<a href="https://github.com/privacy-scaling-explorations/bandada">
<a href="https://github.com/bandada-infra/bandada">
<img src="https://img.shields.io/badge/project-Bandada-blue.svg?style=flat-square">
</a>
<a href="https://github.com/privacy-scaling-explorations/bandada/blob/main/LICENSE">
<a href="https://github.com/bandada-infra/bandada/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/bandada.svg?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/@bandada/hardhat">
@@ -28,15 +28,15 @@
<div align="center">
<h4>
<a href="https://github.com/privacy-scaling-explorations/bandada/blob/main/CONTRIBUTING.md">
<a href="https://github.com/bandada-infra/bandada/blob/main/CONTRIBUTING.md">
👥 Contributing
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://github.com/privacy-scaling-explorations/bandada/blob/main/CODE_OF_CONDUCT.md">
<a href="https://github.com/bandada-infra/bandada/blob/main/CODE_OF_CONDUCT.md">
🤝 Code of conduct
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://github.com/privacy-scaling-explorations/bandada/contribute">
<a href="https://github.com/bandada-infra/bandada/contribute">
🔎 Issues
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>

View File

@@ -15,10 +15,10 @@
"LICENSE",
"README.md"
],
"repository": "https://github.com/privacy-scaling-explorations/bandada",
"homepage": "https://github.com/privacy-scaling-explorations/bandada/tree/main/libs/hardhat",
"repository": "https://github.com/bandada-infra/bandada",
"homepage": "https://github.com/bandada-infra/bandada/tree/main/libs/hardhat",
"bugs": {
"url": "https://github.com/privacy-scaling-explorations/bandada.git/issues"
"url": "https://github.com/bandada-infra/bandada.git/issues"
},
"scripts": {
"build:watch": "rollup -c rollup.config.ts -w --configPlugin typescript",

View File

@@ -6,10 +6,10 @@
</p>
<p align="center">
<a href="https://github.com/privacy-scaling-explorations/bandada">
<a href="https://github.com/bandada-infra/bandada">
<img src="https://img.shields.io/badge/project-Bandada-blue.svg?style=flat-square">
</a>
<a href="https://github.com/privacy-scaling-explorations/bandada/blob/main/LICENSE">
<a href="https://github.com/bandada-infra/bandada/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/bandada.svg?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/@bandada/utils">
@@ -28,15 +28,15 @@
<div align="center">
<h4>
<a href="https://github.com/privacy-scaling-explorations/bandada/blob/main/CONTRIBUTING.md">
<a href="https://github.com/bandada-infra/bandada/blob/main/CONTRIBUTING.md">
👥 Contributing
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://github.com/privacy-scaling-explorations/bandada/blob/main/CODE_OF_CONDUCT.md">
<a href="https://github.com/bandada-infra/bandada/blob/main/CODE_OF_CONDUCT.md">
🤝 Code of conduct
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://github.com/privacy-scaling-explorations/bandada/contribute">
<a href="https://github.com/bandada-infra/bandada/contribute">
🔎 Issues
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>

View File

@@ -15,10 +15,10 @@
"LICENSE",
"README.md"
],
"repository": "https://github.com/privacy-scaling-explorations/bandada",
"homepage": "https://github.com/privacy-scaling-explorations/bandada/tree/main/libs/utils",
"repository": "https://github.com/bandada-infra/bandada",
"homepage": "https://github.com/bandada-infra/bandada/tree/main/libs/utils",
"bugs": {
"url": "https://github.com/privacy-scaling-explorations/bandada.git/issues"
"url": "https://github.com/bandada-infra/bandada.git/issues"
},
"scripts": {
"build:watch": "rollup -c rollup.config.ts -w --configPlugin typescript",

View File

@@ -2,9 +2,9 @@
"name": "bandada",
"description": "A system for managing privacy-preserving groups.",
"license": "MIT",
"repository": "git@github.com:privacy-scaling-explorations/bandada.git",
"homepage": "https://github.com/privacy-scaling-explorations/bandada",
"bugs": "https://github.com/privacy-scaling-explorations/bandada/issues",
"repository": "git@github.com:bandada-infra/bandada.git",
"homepage": "https://github.com/bandada-infra/bandada",
"bugs": "https://github.com/bandada-infra/bandada/issues",
"private": true,
"scripts": {
"start": "yarn workspaces foreach --exclude bandada-docs -A -pi run start",