fix: correct cross-page link paths (prefix wiki/)

sarman 2026-03-15 13:45:36 -05:00
parent 54a6b4580e
commit 10e1491638

20
Home.md

@ -6,16 +6,16 @@
| Topic | Description |
|-------|-------------|
| [Architecture](Architecture) | Backend, frontend, and data flow |
| [Development Setup](Development-Setup) | Prerequisites, commands, environment |
| [Database](Database) | Schema, migrations, encryption |
| [AI Providers](AI-Providers) | Supported providers and configuration |
| [PII Detection](PII-Detection) | Patterns, redaction flow, security |
| [IPC Commands](IPC-Commands) | Full list of Tauri backend commands |
| [CI/CD Pipeline](CICD-Pipeline) | Woodpecker CI + Gogs setup |
| [Security Model](Security-Model) | Encryption, audit trail, capabilities |
| [Integrations](Integrations) | Confluence, ServiceNow, Azure DevOps (v0.2) |
| [Troubleshooting](Troubleshooting) | Known issues and fixes |
| [Architecture](wiki/Architecture) | Backend, frontend, and data flow |
| [Development Setup](wiki/Development-Setup) | Prerequisites, commands, environment |
| [Database](wiki/Database) | Schema, migrations, encryption |
| [AI Providers](wiki/AI-Providers) | Supported providers and configuration |
| [PII Detection](wiki/PII-Detection) | Patterns, redaction flow, security |
| [IPC Commands](wiki/IPC-Commands) | Full list of Tauri backend commands |
| [CI/CD Pipeline](wiki/CICD-Pipeline) | Woodpecker CI + Gogs setup |
| [Security Model](wiki/Security-Model) | Encryption, audit trail, capabilities |
| [Integrations](wiki/Integrations) | Confluence, ServiceNow, Azure DevOps (v0.2) |
| [Troubleshooting](wiki/Troubleshooting) | Known issues and fixes |
## Key Features