Skip to content

Commit

Permalink
Merge pull request #1443 from mhxw/main
Browse files Browse the repository at this point in the history
fix: fix incorrect link redirection issue
  • Loading branch information
monilpat authored Dec 25, 2024
2 parents 49aa5d9 + bc7642e commit d928b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/advanced/eliza-in-tee.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const quote = await provider.generateAttestation(reportData);
Before getting started with Eliza, ensure you have:

- [Docker Desktop](https://www.docker.com/products/docker-desktop/) or [Orbstack](https://orbstack.dev/) (Orbstack is recommended)
- For Mac/Windows: Check the prerequisites from [Quickstart Guide](./quickstart.md)
- For Mac/Windows: Check the prerequisites from [Quickstart Guide](../quickstart.md)
- For Linux: You just need Docker

---
Expand Down Expand Up @@ -144,7 +144,7 @@ To set up your environment for TEE development:
1. **Configure Eliza Agent**
Go through the [configuration guide](./configuration.md) to set up your Eliza agent.
Go through the [configuration guide](../guides/configuration.md) to set up your Eliza agent.
2. **Start the TEE Simulator**
Follow the simulator setup instructions above based on your TEE mode.
Expand Down

0 comments on commit d928b8e

Please sign in to comment.