You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/06/08 21:28:58 UTC

[arrow-rs] 01/01: Update release readme.md

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

alamb pushed a commit to branch alamb-patch-1
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git

commit cd49b96024b14775b0b19f1b4d28df2237afa517
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Tue Jun 8 17:28:53 2021 -0400

    Update release readme.md
    
    Don't start search on page 2, make link nicer looking
---
 dev/release/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/README.md b/dev/release/README.md
index d3640b7..25afab2 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -256,7 +256,7 @@ There are two tags that help keep track of backporting:
 1. [`cherry-picked`](https://github.com/apache/arrow-rs/labels/cherry-picked) for PRs that have been cherry-picked/backported to `active_release`
 2. [`release-cherry-pick`](https://github.com/apache/arrow-rs/labels/release-cherry-pick) for the PRs that are the cherry pick
 
-You can find candidates to cherry pick using this filter: https://github.com/apache/arrow-rs/pulls?page=2&q=is%3Apr+is%3Aclosed+-label%3Arelease-cherry-pick+-label%3Acherry-picked
+You can find candidates to cherry pick using [this filter](https://github.com/apache/arrow-rs/pulls?q=is%3Apr+is%3Aclosed+-label%3Arelease-cherry-pick+-label%3Acherry-picked)
 
 ## Rationale for creating PRs: