Skip to content

Commit 6f08137

Browse files
authored
doc/dev/release.md: remove flaky hyperlink (#1108)
**Description of the change:** Remove `pool.sks-keyservers.net` hyperlink (and change 1 URL to relative path). **Motivation for the change:** The `pool.sks-keyservers.net` URL occasionally results in a 502 or 404 error
1 parent e9b48df commit 6f08137

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/dev/release.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following sections, often directly copied from our [changelog][doc-changelog
7777

7878
When a new release is created, the tag for the commit it signed with a maintainers' gpg key and
7979
the binaries for the release are also signed by the same key. All keys used by maintainers will
80-
be available via public PGP keyservers such as [pool.sks-keyservers.net][sks-keyserver].
80+
be available via public PGP keyservers such as pool.sks-keyservers.net.
8181

8282
For new maintainers who have not done a release and do not have their PGP key on a public
8383
keyserver, output your armored public key using this command:
@@ -87,7 +87,7 @@ $ gpg --armor --export "$GPG_EMAIL" > mykey.asc
8787
```
8888

8989
Then, copy and paste the content of the outputted file into the `Submit a key` section on
90-
the [SKS PGP Public Key Server][sks-keyserver] or any other public keyserver that synchronizes
90+
pool.sks-keyservers.net or any other public keyserver that synchronizes
9191
the key to other public keyservers. Once that is done, other people can download your public
9292
key and you are ready to sign releases.
9393

@@ -250,11 +250,10 @@ The final step is to upload binaries, their signature files, and release notes f
250250
You've now fully released a new version of the Operator SDK. Good work!
251251
252252
[doc-maintainers]:../../MAINTAINERS
253-
[doc-readme-prereqs]:https://github.com/operator-framework/operator-sdk#prerequisites
253+
[doc-readme-prereqs]:../../README.md#prerequisites
254254
[doc-git-default-key]:https://help.github.com/articles/telling-git-about-your-signing-key/
255255
[doc-gpg-default-key]:https://lists.gnupg.org/pipermail/gnupg-users/2001-September/010163.html
256256
[link-github-gpg-key-upload]:https://github.com/settings/keys
257257
[link-git-config-gpg-key]:https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work
258258
[doc-changelog]:../../CHANGELOG.md
259-
[sks-keyserver]:http://pool.sks-keyservers.net/
260259
[release-page]:https://github.com/operator-framework/operator-sdk/releases

0 commit comments

Comments
 (0)