Fix broken markdown links after documentation merge

- Update all docs/agents/ references to docs/11_agents/
- Fix internal links in agent documentation
- Resolve markdown link check failures
This commit is contained in:
oib
2026-02-24 17:49:52 +01:00
parent c6b9c679b9
commit 22ef6f56e2
4 changed files with 184 additions and 10 deletions

View File

@@ -181,7 +181,7 @@ server {
listen 8080;
server_name localhost;
location /docs/agents/ {
location /docs/11_agents/ {
alias /tmp/aitbc-agent-docs-test/;
index README.md;