Skip to content

Commit

Permalink
MINOR: [Docs] Update URL to Go libraries in README.md (apache#44354)
Browse files Browse the repository at this point in the history
### Rationale for this change
Adapt the documentation to the new url to reflect the change made in apache#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]>
  • Loading branch information
GeniusTimo authored Oct 10, 2024
1 parent 756c864 commit 35f26c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 35f26c0

Please sign in to comment.