From fb055796d3c7107e737f16fec23601d3ad646418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=BA=C3=B1ez?= Date: Fri, 10 Jan 2025 13:14:46 +0100 Subject: [PATCH] Update links to docs.taco.build --- README.md | 4 ++-- demos/taco-demo/README.md | 2 +- demos/taco-demo/src/App.tsx | 2 +- demos/taco-nft-demo/README.md | 2 +- demos/taco-nft-demo/src/App.tsx | 2 +- examples/taco/nextjs/README.md | 2 +- examples/taco/nodejs/README.md | 2 +- examples/taco/react/README.md | 2 +- examples/taco/webpack-5/README.md | 2 +- packages/taco/README.md | 4 ++-- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 87a34a5f5..25123ac53 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 b60d76a57..0765b3d7d 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 649f46ced..a21aa1491 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 a95b19ac1..f2242d7d7 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 331466306..80900fae3 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 7be041f25..34b138f03 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 bccebb083..e2147f762 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 38929abcf..e7c7f3de0 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 70e66e7db..23bc7645d 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 4ec9b2724..0fd7afc6f 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/).