This is an automated email from the ASF dual-hosted git repository.
baodi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new 4836eac [Doc] Fix missing link in the release process (#1000)
4836eac is described below
commit 4836eacf3319866b00b93fc634d96a785f6e7170
Author: Zike Yang <[email protected]>
AuthorDate: Wed Apr 5 10:39:37 2023 +0800
[Doc] Fix missing link in the release process (#1000)
---
docs/release-process.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/release-process.md b/docs/release-process.md
index d2d5445..aa79f9e 100644
--- a/docs/release-process.md
+++ b/docs/release-process.md
@@ -13,7 +13,7 @@ In general, you need to perform the following steps:
9. Announce the release.
### Requirements
-- [GPG keys to sign release
artifacts](https://github.com/apache/pulsar/wiki/Create-GPG-keys-to-sign-release-artifacts)
+- [Creating GPG keys to sign release
artifacts](https://pulsar.apache.org/contribute/create-gpg-keys/)
## Steps in detail