fix(landing-page): Plaene-Links auf docs/plaene/ (matcht Bundle-Struktur)
Validate / build-test (macos-latest) (push) Failing after 2s
Validate / build-test (ubuntu-latest) (push) Failing after 16s
Validate / build-test (windows-latest) (push) Failing after 32s
Validate / reports (push) Has been skipped
Release / release (push) Successful in 50s

This commit is contained in:
Stefan Lohmaier
2026-05-12 02:07:03 -07:00
parent 294b9956f9
commit bd744162c5
10 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ def main() -> int:
n_stubs = sum(1 for f in (REPO / "src" / "stubs").glob("*.h"))
# Word docs
plans = collect_docs("docs") # plaene
plans = collect_docs("docs/plaene")
safety = collect_docs("docs/safety")
manuals = collect_docs("docs/manuals")
reviews = collect_docs("docs/reviews")