From 62689335d8f6f520b6f271965f49ab81a3238d2c Mon Sep 17 00:00:00 2001 From: ajmani-x Date: Wed, 9 Sep 2026 00:26:02 +0530 Subject: [PATCH] docs(oie-apis): fix relative link to Pane of Glass RFC [ci skip] The OIE module handover APIs README links the RFC as ../designs/owasp-pane-of-glass.md, which from docs/owasp-graph/apis/ resolves to docs/owasp-graph/designs/owasp-pane-of-glass.md and 404s. The file lives at docs/designs/owasp-pane-of-glass.md, one level higher, as docs/owasp-graph/README.md already links it correctly. Add the missing ../ so the link resolves. --- docs/owasp-graph/apis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/owasp-graph/apis/README.md b/docs/owasp-graph/apis/README.md index 2f060dc2d..59d827f9a 100644 --- a/docs/owasp-graph/apis/README.md +++ b/docs/owasp-graph/apis/README.md @@ -1,6 +1,6 @@ # OIE module handover APIs -Draft contracts for data passed between the four OIE modules. These are **internal pipeline APIs**, not the public OpenCRE REST API. Shapes follow the [RFC](../designs/owasp-pane-of-glass.md) module boundaries. +Draft contracts for data passed between the four OIE modules. These are **internal pipeline APIs**, not the public OpenCRE REST API. Shapes follow the [RFC](../../designs/owasp-pane-of-glass.md) module boundaries. ## Conventions