From e15c49752dbbd009fb48cde86b6477350e4f1c1e Mon Sep 17 00:00:00 2001 From: null Date: Tue, 18 Aug 2026 03:35:24 -0500 Subject: [PATCH] docs: name the art package by its real path so doc-claims can check it An elided path with ... reads to doc-claims.sh as a claim about a file that does not exist, which is the one thing that check is for. --- docs/design/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/README.md b/docs/design/README.md index 4cbd28f..5850e65 100644 --- a/docs/design/README.md +++ b/docs/design/README.md @@ -94,7 +94,7 @@ Designed here on purpose, because they are the two most people meet first: ## The artwork is placeholder, and says so here Every illustration and calendar marker in the app is a **Compose vector path** -in `core/designsystem/.../art/`, written as PRODUCT_PLAN.md §42 asks: polished +in [`core/designsystem/src/main/kotlin/dev/privacyllc/period/designsystem/art/`](../../core/designsystem/src/main/kotlin/dev/privacyllc/period/designsystem/art/), written as PRODUCT_PLAN.md §42 asks: polished placeholders behind replaceable names, so real artwork changes one function body and no call site.