This is an automated email from the ASF dual-hosted git repository.

zike pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 47b24b07135 [fix][doc] Add link to PIP proposal (#19911)
47b24b07135 is described below

commit 47b24b071353f9285704e29e397b851e31df4037
Author: Asaf Mesika <[email protected]>
AuthorDate: Sun Apr 16 17:05:46 2023 +0300

    [fix][doc] Add link to PIP proposal (#19911)
    
    ### Motivation
    
    Add a link to see existing PIP issues so you can select a number
---
 wiki/proposals/PIP.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wiki/proposals/PIP.md b/wiki/proposals/PIP.md
index e10452b107f..159c9199895 100644
--- a/wiki/proposals/PIP.md
+++ b/wiki/proposals/PIP.md
@@ -80,7 +80,7 @@ The process works in the following way:
 1. The author(s) of the proposal will create a GitHub issue ticket choosing the
    template for PIP proposals. The issue title should be "PIP-xxx: title", 
where
    the "xxx" number should be chosen to be the next number from the existing 
PIP 
-   issues, listed [here]([url](https://github.com/apache/pulsar/labels/PIP)).
+   issues, listed 
[here](https://github.com/apache/pulsar/issues?q=is%3Aissue+label%3APIP+)
 2. The author(s) will send a note to the [email protected] mailing list
    to start the discussion, using subject prefix `[DISCUSS] PIP-xxx: {PIP 
TITLE}`. The discussion
    need to happen in the mailing list. Please avoid discussing it using

Reply via email to