Skip to content

Commit

Permalink
canonical names for checksum files
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 25, 2022
1 parent 09ab5d2 commit 41fdf06
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions syzygy_tables_info/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,11 @@ def move(m: RenderMove) -> Frag:
h("h3")("Checksums"),
h("a", href="/checksums/bytes.tsv", title="du --bytes")("file sizes"), middot,
h("a", href="/checksums/tbcheck.txt", title="Internal non-cryptographic checksums")("tbcheck"), middot,
h("a", href="/checksums/MD5SUM")("md5"), middot,
h("a", href="/checksums/SHA1SUM")("sha1"), middot,
h("a", href="/checksums/SHA256SUM")("sha256"), middot,
h("a", href="/checksums/SHA512SUM")("sha512"), middot,
h("a", href="/checksums/B2SUM")("blake2"), middot,
h("a", href="/checksums/md5")("md5"), middot,
h("a", href="/checksums/sha1")("sha1"), middot,
h("a", href="/checksums/sha256")("sha256"), middot,
h("a", href="/checksums/sha512")("sha512"), middot,
h("a", href="/checksums/b2")("blake2"), middot,
h("a", href="/checksums/PackManifest", title="PackManifest")("ipfs"),
),
h("section", id="contact")(
Expand Down

0 comments on commit 41fdf06

Please sign in to comment.