From 0fc937ebecdb409cd0e2ad3137e7c6f7d459d0bf Mon Sep 17 00:00:00 2001 From: mattlebeau-galois <64846363+mattlebeau-galois@users.noreply.github.com> Date: Fri, 18 Apr 2025 09:19:35 -0700 Subject: [PATCH] fixed type in README.md for URL to threat model PDF --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6113abd..658815f 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ This is the primary repository for [Free & Fair](https://freeandfair.us/)’s wo - The [team documentation](./docs/team.md) contains information for the project team (some of which is also applicable to other contributors) about how development is carried out in this and related project repositories, team communication standards, etc. - The [continuous integration/deployment/verification documentation](./docs/ci_cd_cv.md) contains information about what artifacts are checked/created/verified in the repository (and related repositories) via continuous integration, deployment, and verification. - In order to understand the modeling we are focused on at a high level, a white paper called "[Refinements between High-Level Models](https://github.com/FreeAndFair/MobileVotingCoreCryptography/releases/download/latest/refinements_paper.pdf)" is available in our [GitHub releases](https://github.com/FreeAndFair/MobileVotingCoreCryptography/releases). Its target audience is computer scientists/mathematicians who have a basic understanding of rigorous modeling. -- The [static version of our threat model](https://github.com/FreeAndFair/MobileVotingCoreCryptography/releases/download/latest/threat_model.pdf) is available in our [GitHub releases](https://github.com/FreeAndFair/MobileVotingCoreCryptography/releases). +- The [static version of our threat model](https://github.com/FreeAndFair/MobileVotingCoreCryptography/releases/download/latest/threat-model.pdf) is available in our [GitHub releases](https://github.com/FreeAndFair/MobileVotingCoreCryptography/releases).