You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/05/09 17:16:33 UTC

[arrow-cookbook] branch main updated: [Java] Fixing broken link in CONTRIBUTING.md for Java (#189)

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

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git


The following commit(s) were added to refs/heads/main by this push:
     new c38e10a  [Java] Fixing broken link in CONTRIBUTING.md for Java (#189)
c38e10a is described below

commit c38e10a8a7fcdb565f41bed42a7b8fef514765ce
Author: Todd Farmer <to...@fivefarmers.com>
AuthorDate: Mon May 9 11:16:28 2022 -0600

    [Java] Fixing broken link in CONTRIBUTING.md for Java (#189)
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 58cd6da..e51db31 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -27,7 +27,7 @@ is run, please refer to the language specific cookbook contribution documentatio
 how to make your recipes testable.
 
  * [Contributing to C++ Cookbook](cpp/CONTRIBUTING.md)
- * [Contributing to Java Cookbook](java/CONTRIBUTING.md)
+ * [Contributing to Java Cookbook](java/CONTRIBUTING.rst)
  * [Contributing to Python Cookbook](python/CONTRIBUTING.rst)
  * [Contributing to R Cookbook](r/CONTRIBUTING.md)