service_architecture.md: fix broken link

This commit is contained in:
Blake Burkhart 2020-10-27 12:40:10 -05:00 committed by GitHub
parent 3ade194bf5
commit 31272a89a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ but here is a brief recap of the TUF roles and corresponding key hierarchy:
require that a collection owner come online before each timestamp expiry. require that a collection owner come online before each timestamp expiry.
- The targets key signs the - The targets key signs the
[targets metadata file](ttps://github.com/theupdateframework/tuf/blob/1bed3e09a478c2c918ffbff10b9118f6e52ee129/docs/tuf-spec.txt#L678){:target="_blank" rel="noopener" class="_"}, [targets metadata file](https://github.com/theupdateframework/tuf/blob/1bed3e09a478c2c918ffbff10b9118f6e52ee129/docs/tuf-spec.txt#L678){:target="_blank" rel="noopener" class="_"},
which lists filenames in the collection, and their sizes and respective which lists filenames in the collection, and their sizes and respective
[hashes](https://en.wikipedia.org/wiki/Cryptographic_hash_function){:target="_blank" rel="noopener" class="_"}. [hashes](https://en.wikipedia.org/wiki/Cryptographic_hash_function){:target="_blank" rel="noopener" class="_"}.
This file is used to verify the integrity of some or all of the actual contents of the repository. This file is used to verify the integrity of some or all of the actual contents of the repository.