fix broken links
Alessandro committed
Feb 10, 2026 at 18:08 UTC
77ee2005753660a9d989fecd7baf1cb058dbf97f
4 files changed
+6
-6
docs/developer/extensions.md
+1
-1
@@ -299,7 +299,7 @@ Projects are the recommended way to create specialized workflows in Agent Zero w
299
- Keep passwords and other secrets scoped to a single workspace
300
- Run multiple independent flows side by side under the same Agent Zero installation
301
302
-See [Usage → Tasks & Scheduling](usage.md#tasks--scheduling) for how to pair projects with scheduled tasks.
302
+See [Usage → Tasks & Scheduling](../guides/usage.md#tasks--scheduling) for how to pair projects with scheduled tasks.
303
304
## Best Practices
305
- Keep extensions focused on a single responsibility
docs/developer/notifications.md
+1
-1
@@ -3,7 +3,7 @@
3
Quick guide for using the notification system in Agent Zero.
4
5
> [!TIP]
6
-> Notifications pair well with scheduled tasks. See [Tasks & Scheduling](usage.md#tasks--scheduling) for automation patterns.
6
+> Notifications pair well with scheduled tasks. See [Tasks & Scheduling](../guides/usage.md#tasks--scheduling) for automation patterns.
7
8
## Backend Usage
9
docs/guides/troubleshooting.md
+3
-3
@@ -18,13 +18,13 @@ This page addresses frequently asked questions (FAQ) and provides troubleshootin
18
- Chat history lives at `/a0/usr/chats/` inside the container.
19
20
**6. How do I integrate open-source models with Agent Zero?**
21
-Refer to the [Choosing your LLMs](installation.md#installing-and-using-ollama-local-models) section for configuring local models (Ollama, LM Studio, etc.).
21
+Refer to the [Choosing your LLMs](../setup/installation.md#installing-and-using-ollama-local-models) section for configuring local models (Ollama, LM Studio, etc.).
22
23
> [!TIP]
24
> Some LLM providers offer free usage tiers, for example Groq, Mistral, SambaNova, or CometAPI.
25
26
**7. How can I make Agent Zero retain memory between sessions?**
27
-Use **Settings → Backup & Restore** and avoid mapping the entire `/a0` directory. See [How to update Agent Zero](installation.md#how-to-update-agent-zero).
27
+Use **Settings → Backup & Restore** and avoid mapping the entire `/a0` directory. See [How to update Agent Zero](../setup/installation.md#how-to-update-agent-zero).
28
29
**8. My browser agent fails or is unreliable. What now?**
30
The built-in browser agent is currently unstable on some systems. Use Skills or MCP alternatives such as Browser OS, Chrome DevTools, or Vercel's Agent Browser. See [MCP Setup](mcp-setup.md).
@@ -49,7 +49,7 @@ Yes, by creating custom tools or using MCP servers. See [Extensions](../develope
49
## Troubleshooting
50
51
**Installation**
52
-- **Docker Issues:** If Docker containers fail to start, consult the Docker documentation and verify your Docker installation and configuration. On macOS, ensure you've granted Docker access to your project files in Docker Desktop's settings as described in the [Installation guide](installation.md#4-install-docker-docker-desktop-application). Verify that the Docker image is updated.
52
+- **Docker Issues:** If Docker containers fail to start, consult the Docker documentation and verify your Docker installation and configuration. On macOS, ensure you've granted Docker access to your project files in Docker Desktop's settings as described in the [Installation guide](../setup/installation.md#4-install-docker-docker-desktop-application). Verify that the Docker image is updated.
53
- **Web UI not reachable:** Ensure at least one host port is mapped to container port `80`. If you used `0:80`, check the assigned port in Docker Desktop.
54
55
**Usage**
docs/quickstart.md
+1
-1
@@ -91,7 +91,7 @@ Now that you've run a simple task, you can experiment with more complex requests
91
* Explore web development tasks
92
* Develop A0 itself
93
94
-### [Open A0 Usage Guide](usage.md)
94
+### [Open A0 Usage Guide](guides/usage.md)
95
96
Provides more in-depth information on tools, projects, tasks, and backup/restore.
97