diff --git a/README.md b/README.md index 87a34a5f..25123ac5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A TypeScript library for interacting with access control functionality in the browser. -Full documentation can be found [here](https://docs.threshold.network/app-development/threshold-access-control-tac). +Full documentation can be found [here](https://docs.taco.build/). > **Warning** > @@ -19,7 +19,7 @@ pnpm add @nucypher/taco ## Tutorial To learn more, follow the tutorial at Threshold -Network's [docs](https://docs.threshold.network/app-development/threshold-access-control-tac/get-started-with-tac). +Network's [docs](https://docs.taco.build/taco-integration/). ## Examples diff --git a/demos/taco-demo/README.md b/demos/taco-demo/README.md index b60d76a5..0765b3d7 100644 --- a/demos/taco-demo/README.md +++ b/demos/taco-demo/README.md @@ -19,7 +19,7 @@ pnpm start ## References Please find developer documentation -[here](https://docs.threshold.network/app-development/threshold-access-control-tac). +[here](https://docs.taco.build/). This dApp is based on [`useDapp` example](https://github.com/EthWorks/useDapp/tree/master/packages/example). diff --git a/demos/taco-demo/src/App.tsx b/demos/taco-demo/src/App.tsx index 649f46ce..a21aa149 100644 --- a/demos/taco-demo/src/App.tsx +++ b/demos/taco-demo/src/App.tsx @@ -139,7 +139,7 @@ export default function App() {
In production (mainnet domain), your wallet address (encryptor) will also have to be allow-listed for this specific ritual. However, we have - publicly available testnet rituals + publicly available testnet rituals for use when developing your apps.
diff --git a/demos/taco-nft-demo/README.md b/demos/taco-nft-demo/README.md index a95b19ac..f2242d7d 100644 --- a/demos/taco-nft-demo/README.md +++ b/demos/taco-nft-demo/README.md @@ -19,7 +19,7 @@ pnpm start ## References Please find developer documentation -[here](https://docs.threshold.network/app-development/threshold-access-control-tac). +[here](https://docs.taco.build/). This dApp is based on [`useDapp` example](https://github.com/EthWorks/useDapp/tree/master/packages/example). diff --git a/demos/taco-nft-demo/src/App.tsx b/demos/taco-nft-demo/src/App.tsx index 33146630..80900fae 100644 --- a/demos/taco-nft-demo/src/App.tsx +++ b/demos/taco-nft-demo/src/App.tsx @@ -129,7 +129,7 @@ export default function App() {
In production (mainnet domain), your wallet address (encryptor) will also have to be allow-listed for this specific ritual. However, we have - publicly available testnet rituals + publicly available testnet rituals for use when developing your apps.
diff --git a/examples/taco/nextjs/README.md b/examples/taco/nextjs/README.md index 7be041f2..34b138f0 100644 --- a/examples/taco/nextjs/README.md +++ b/examples/taco/nextjs/README.md @@ -28,7 +28,7 @@ automatically optimize and load Inter, a custom Google Font. ## Learn More Please find developer documentation for -TACo [here](https://docs.threshold.network/app-development/threshold-access-control-tac). +TACo [here](https://docs.taco.build/). To learn more about Next.js, take a look at the following resources: diff --git a/examples/taco/nodejs/README.md b/examples/taco/nodejs/README.md index bccebb08..e2147f76 100644 --- a/examples/taco/nodejs/README.md +++ b/examples/taco/nodejs/README.md @@ -30,4 +30,4 @@ pnpm start ## Learn more Please find developer documentation for -TACo [here](https://docs.threshold.network/app-development/threshold-access-control-tac). +TACo [here](https://docs.taco.build/). diff --git a/examples/taco/react/README.md b/examples/taco/react/README.md index 38929abc..e7c7f3de 100644 --- a/examples/taco/react/README.md +++ b/examples/taco/react/README.md @@ -14,4 +14,4 @@ inspect the UI and the JS console. ## Learn more Please find developer documentation for -TACo [here](https://docs.threshold.network/app-development/threshold-access-control-tac). +TACo [here](https://docs.taco.build/). diff --git a/examples/taco/webpack-5/README.md b/examples/taco/webpack-5/README.md index 70e66e7d..23bc7645 100644 --- a/examples/taco/webpack-5/README.md +++ b/examples/taco/webpack-5/README.md @@ -14,4 +14,4 @@ Go to [localhost:8080](http://localhost:8080/) in your browser and look in the J ## Learn more Please find developer documentation for -TACo [here](https://docs.threshold.network/app-development/threshold-access-control-tac). +TACo [here](https://docs.taco.build/). diff --git a/packages/taco/README.md b/packages/taco/README.md index 4ec9b272..0fd7afc6 100644 --- a/packages/taco/README.md +++ b/packages/taco/README.md @@ -6,7 +6,7 @@ To use `taco`, you need to connect with a proper network: `mainnet`, `testnet`, or `devnet`. You can find a proper version for each network in the [npmjs.com package tags](https://www.npmjs.com/package/@nucypher/taco?activeTab=versions). -Visit [our documentation](https://docs.threshold.network/app-development/threshold-access-control-tac/integration-guide#id-0.-pick-an-appropriate-taco-version) to learn more. +Visit [our documentation](https://docs.taco.build/taco-integration/) to learn more. ## Usage @@ -67,4 +67,4 @@ const decryptedMessage = await decrypt( ## Learn more Please find developer documentation for -TACo [here](https://docs.threshold.network/app-development/threshold-access-control-tac). +TACo [here](https://docs.taco.build/).