From 7c0cb6db32ecbde5534087ce53364bd6cf1ddcec Mon Sep 17 00:00:00 2001 From: Jeremy Hanna Date: Thu, 13 Jun 2019 13:54:24 -0500 Subject: [PATCH] Change low hanging fruit JIRA link/text in docs Patch by Jeremy Hanna, Reviewed by Michael Shuler for CASSANDRA-15149 --- doc/source/development/patches.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/patches.rst b/doc/source/development/patches.rst index cc61c6cbca..43bdb8c680 100644 --- a/doc/source/development/patches.rst +++ b/doc/source/development/patches.rst @@ -33,7 +33,7 @@ As a general rule of thumb: .. hint:: - Not sure what to work? Just pick an issue tagged with the `low hanging fruit label `_ in JIRA, which we use to flag issues that could turn out to be good starter tasks for beginners. + Not sure what to work? Just pick an issue marked as `Low Hanging Fruit `_ Complexity in JIRA, which we use to flag issues that could turn out to be good starter tasks for beginners. Before You Start Coding =======================