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

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


The following commit(s) were added to refs/heads/main by this push:
     new 35f26c017b MINOR: [Docs] Update URL to Go libraries in README.md 
(#44354)
35f26c017b is described below

commit 35f26c017b16dbb7871b421b648665712da9f3b2
Author: Timo <[email protected]>
AuthorDate: Thu Oct 10 07:10:51 2024 +0200

    MINOR: [Docs] Update URL to Go libraries in README.md (#44354)
    
    ### Rationale for this change
    Adapt the documentation to the new url to reflect the change made in #44293 
(moving the Go libraries to a separate repository)
    
    ### What changes are included in this PR?
    I updated the url to the Go libraries in the README.md file
    
    ### Are these changes tested?
    N/A
    
    ### Are there any user-facing changes?
    N/A
    
    Authored-by: GeniusTimo <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 664ada289b..7c31c91a51 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ Major components of the project include:
  - [C# .NET libraries](https://github.com/apache/arrow/tree/main/csharp)
  - [Gandiva](https://github.com/apache/arrow/tree/main/cpp/src/gandiva):
    an [LLVM](https://llvm.org)-based Arrow expression compiler, part of the 
C++ codebase
- - [Go libraries](https://github.com/apache/arrow/tree/main/go)
+ - [Go libraries](https://github.com/apache/arrow-go)
  - [Java libraries](https://github.com/apache/arrow/tree/main/java)
  - [JavaScript libraries](https://github.com/apache/arrow/tree/main/js)
  - [Python libraries](https://github.com/apache/arrow/tree/main/python)

Reply via email to