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.
This commit is contained in:
null 2026-08-18 03:35:24 -05:00
parent adaabfcec4
commit e15c49752d
1 changed files with 1 additions and 1 deletions

View File

@ -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 ## The artwork is placeholder, and says so here
Every illustration and calendar marker in the app is a **Compose vector path** 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 placeholders behind replaceable names, so real artwork changes one function body
and no call site. and no call site.