You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/02/26 23:37:48 UTC

[arrow] branch master updated: [Go] Fix link to cpu package documentation (#3751)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6fb4cd0  [Go] Fix link to cpu package documentation (#3751)
6fb4cd0 is described below

commit 6fb4cd0e00fb17aaf80113280ee642494ff3296e
Author: Ross Smith II <ro...@smithii.com>
AuthorDate: Tue Feb 26 15:37:44 2019 -0800

    [Go] Fix link to cpu package documentation (#3751)
---
 go/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go/README.md b/go/README.md
index f35e074..6bf8438 100644
--- a/go/README.md
+++ b/go/README.md
@@ -64,7 +64,7 @@ advanced optimizer and generate PLAN9 assembly functions from C/C++ code. The
 arrow package can be compiled without these optimizations using the `noasm`
 build tag. Alternatively, by configuring an environment variable, it is
 possible to dynamically configure which architecture optimizations are used at
-runtime.  See the `cpu` package [README](internal/cpu/README.md) for a
+runtime.  See the `cpu` package [README](arrow/internal/cpu/README.md) for a
 description of this environment variable.
 
 ### Example Usage