From a206c13f3aee6028d78e5d8ed2c6047986ea6629 Mon Sep 17 00:00:00 2001 From: Mister-Hope Date: Tue, 17 Dec 2024 14:20:38 +0800 Subject: [PATCH] chore: tweaks --- src/Download/README.md | 2 +- src/zh/Download/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Download/README.md b/src/Download/README.md index 702199dd..0897893e 100644 --- a/src/Download/README.md +++ b/src/Download/README.md @@ -462,4 +462,4 @@ Find all releases in the [Archive repository](https://archive.apache.org/dist/io # Verifying Hashes and Signatures -Along with our releases, we also provide sha512 hashes in _.sha512 files and cryptographic signatures in `_.asc` files. The Apache Software Foundation has an extensive tutorial to [verify hashes and signatures](http://www.apache.org/info/verification.html)which you can follow by using any of these release-signing [KEYS](https://downloads.apache.org/iotdb/KEYS). +Along with our releases, we also provide sha512 hashes in `*.sha512` files and cryptographic signatures in `*.asc` files. The Apache Software Foundation has an extensive tutorial to [verify hashes and signatures](http://www.apache.org/info/verification.html)which you can follow by using any of these release-signing [KEYS](https://downloads.apache.org/iotdb/KEYS). diff --git a/src/zh/Download/README.md b/src/zh/Download/README.md index bd54e5c2..71cea449 100644 --- a/src/zh/Download/README.md +++ b/src/zh/Download/README.md @@ -449,4 +449,4 @@ insert into root.sg(time, a) values(4, "\u96d5") # 验证哈希和签名 -除了我们的发行版,我们还在 _.sha512 文件中提供了 sha512 散列,并在 `_.asc` 文件中提供了加密签名。 Apache Software Foundation 提供了广泛的教程来 [验证哈希和签名](http://www.apache.org/info/verification.html),您可以使用任何这些发布签名的 [KEYS](https://downloads.apache.org/iotdb/KEYS) 来遵循这些哈希和签名。 +除了我们的发行版,我们还在 `*.sha512` 文件中提供了 sha512 散列,并在 `*.asc` 文件中提供了加密签名。 Apache Software Foundation 提供了广泛的教程来 [验证哈希和签名](http://www.apache.org/info/verification.html),您可以使用任何这些发布签名的 [KEYS](https://downloads.apache.org/iotdb/KEYS) 来遵循这些哈希和签名。