From 79760f7e924e81a4dba0990af230d54a3deb23dc Mon Sep 17 00:00:00 2001 From: efir369999 Date: Wed, 6 May 2026 01:09:47 +0300 Subject: [PATCH] fix: broken markdown refs auto-resolved --- Montana-Protocol/Code/AUDIT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Montana-Protocol/Code/AUDIT.md b/Montana-Protocol/Code/AUDIT.md index f1e89ef..37da6c9 100644 --- a/Montana-Protocol/Code/AUDIT.md +++ b/Montana-Protocol/Code/AUDIT.md @@ -344,7 +344,7 @@ cargo build --all --release docker build --file docker/release-build.dockerfile --tag montana-release:audit . ``` -CI gate `reproducible_release` (см. [.github/workflows/ci.yml](.github/workflows/ci.yml)) выполняет два независимых build с `--no-cache`, asserts byte-identity hashes на каждом push в main. Auditor может верифицировать через CI history без локального запуска (избегая Docker prerequisite). +CI gate `reproducible_release` (см. .github/workflows/ci.yml) выполняет два независимых build с `--no-cache`, asserts byte-identity hashes на каждом push в main. Auditor может верифицировать через CI history без локального запуска (избегая Docker prerequisite). ### Run audit-relevant tests