You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2018/05/14 00:16:32 UTC

calcite-avatica-go git commit: Fix documentation link in readme

Repository: calcite-avatica-go
Updated Branches:
  refs/heads/master 34065daad -> b38c39879


Fix documentation link in readme


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/b38c3987
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/b38c3987
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/b38c3987

Branch: refs/heads/master
Commit: b38c3987934b5016e5f2c508bc36ef879ce89448
Parents: 34065da
Author: Francis Chuang <fr...@apache.org>
Authored: Mon May 14 10:16:06 2018 +1000
Committer: Francis Chuang <fr...@apache.org>
Committed: Mon May 14 10:16:06 2018 +1000

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/b38c3987/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index b856ea8..8e15b68 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Then simply use the database connection to query some data, for example:
 rows := db.Query("SELECT COUNT(*) FROM test")
 ```
 
-For more details, see the [home page](https://calcite.apache.org/avatica/go_client_reference.html).
+For more details, see the [home page](https://calcite.apache.org/avatica/docs/go_client_reference.html).
 
 Release notes for all published versions are available on the [history
 page](https://calcite.apache.org/avatica/docs/go_history.html).