Skip to content

Commit

Permalink
Update links to docs.taco.build (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre authored Jan 10, 2025
2 parents b795b3c + fb05579 commit 6b63fec
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
>
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion demos/taco-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion demos/taco-demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default function App() {
<p>
In production (mainnet domain), your wallet address (encryptor) will also have
to be allow-listed for this specific ritual. However, we have
<a href={'https://docs.threshold.network/app-development/threshold-access-control-tac/integration-guide/get-started-with-tac#testnet-configuration'}>publicly available testnet rituals</a>
<a href={'https://docs.taco.build/taco-integration/get-started-with-tac#testnet-configuration'}>publicly available testnet rituals</a>
for use when developing your apps.
</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion demos/taco-nft-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion demos/taco-nft-demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default function App() {
<p>
In production (mainnet domain), your wallet address (encryptor) will also have
to be allow-listed for this specific ritual. However, we have
<a href={'https://docs.threshold.network/app-development/threshold-access-control-tac/integration-guide/get-started-with-tac#testnet-configuration'}>publicly available testnet rituals</a>
<a href={'https://docs.taco.build/taco-integration/get-started-with-tac#testnet-configuration'}>publicly available testnet rituals</a>
for use when developing your apps.
</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion examples/taco/nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion examples/taco/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
2 changes: 1 addition & 1 deletion examples/taco/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
2 changes: 1 addition & 1 deletion examples/taco/webpack-5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
4 changes: 2 additions & 2 deletions packages/taco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/).

0 comments on commit 6b63fec

Please sign in to comment.