Skip to content

Commit 636ce42

Browse files
authored
fix: links
1 parent f22b1d5 commit 636ce42

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ A cross-platform desktop application used to run autonomous agents powered by th
2323

2424
#### Setting up your development environment
2525

26-
- Ubuntu Setup Guide: [docs/dev/ubuntu-setup.md](docs/dev/ubuntu-setup.md)
27-
- MacOS Setup Guide: [docs/dev/macos-setup.md](docs/dev/macos-setup.md)
28-
- Windows Setup Guide: [docs/dev/windows-setup.md](docs/dev/windows-setup.md)
26+
- [Ubuntu Setup Guide](docs/dev/ubuntu-setup.md)
27+
- [MacOS Setup Guide](docs/dev/macos-setup.md)
28+
- [Windows Setup Guide](docs/dev/windows-setup.md)
2929

3030
#### Setting up a development RPC endpoint
3131

32-
- RPC Setup Guide: [docs/dev/rpcs.md](docs/dev/rpcs.md)
32+
- [RPC Setup Guide](docs/dev/rpcs.md)
3333

3434
## Project Dependencies
3535

3636
There are three parts to the project: the Electron app (CommonJS), the NextJS frontend (TypeScript), and the Python backend/middleware.
3737

38-
- Electron dependencies: [package.json](package.json)
39-
- Frontend dependencies: [frontend/package.json](package.json)
40-
- Backend dependencies: [backend/pyproject.toml](backend/pyproject.toml)
38+
- [Electron dependencies](package.json)
39+
- [Frontend dependencies](package.json)
40+
- [Backend dependencies](backend/pyproject.toml)
4141

4242
## License
4343

0 commit comments

Comments
 (0)