mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-26 02:38:37 +00:00
docs: fix Mintlify links with correct case
Fix relative .md links to absolute routes with correct uppercase filenames as required by Mintlify docs system. Changes: - ./THREAT-MODEL-ATLAS.md -> /security/THREAT-MODEL-ATLAS - ./CONTRIBUTING-THREAT-MODEL.md -> /security/CONTRIBUTING-THREAT-MODEL Note: Routes are case-sensitive based on actual filenames. Files updated: - docs/security/README.md - docs/security/THREAT-MODEL-ATLAS.md - docs/security/CONTRIBUTING-THREAT-MODEL.md
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
## Documents
|
||||
|
||||
- [Threat Model](./THREAT-MODEL-ATLAS.md) - MITRE ATLAS-based threat model for the OpenClaw ecosystem
|
||||
- [Contributing to the Threat Model](./CONTRIBUTING-THREAT-MODEL.md) - How to add threats, mitigations, and attack chains
|
||||
- [Threat Model](/security/THREAT-MODEL-ATLAS) - MITRE ATLAS-based threat model for the OpenClaw ecosystem
|
||||
- [Contributing to the Threat Model](/security/CONTRIBUTING-THREAT-MODEL) - How to add threats, mitigations, and attack chains
|
||||
|
||||
## Reporting Vulnerabilities
|
||||
|
||||
|
||||
Reference in New Issue
Block a user