Skip to content

Commit 97d4d11

Browse files
committed
correct link
1 parent 50ce71f commit 97d4d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/release/github-upload-release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def create_release(repo, release, tag=None, name=None, message=None):
6767
6868
All packages come with a matching `.sig` or `.jsonl` file. You should use these to verify the integrity of the packages.
6969
70-
If it has a `.sig` file, it should have been signed by the release managers using GPG. Download the keys from the [LLVM website]((https://releases.llvm.org/release-keys.asc), import them into your keyring and use them to verify the file:
70+
If it has a `.sig` file, it should have been signed by the release managers using GPG. Download the keys from the [LLVM website](https://releases.llvm.org/release-keys.asc), import them into your keyring and use them to verify the file:
7171
```
7272
$ gpg --import release-keys.asc
7373
$ gpg --verify <package file name>.sig <package file name>

0 commit comments

Comments
 (0)