Repository: arrow Updated Branches: refs/heads/master d25ea6314 -> 697df1b50
ARROW-1117: [Docs] Minor issues in GLib README Author: Kengo Seki <[email protected]> Closes #753 from sekikn/ARROW-1117 and squashes the following commits: 5411349 [Kengo Seki] ARROW-1117: [Docs] Minor issues in GLib README Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/697df1b5 Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/697df1b5 Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/697df1b5 Branch: refs/heads/master Commit: 697df1b5083473eb4888ec20802b973556d135ab Parents: d25ea63 Author: Kengo Seki <[email protected]> Authored: Wed Jun 14 12:05:51 2017 +0900 Committer: Kouhei Sutou <[email protected]> Committed: Wed Jun 14 12:05:51 2017 +0900 ---------------------------------------------------------------------- c_glib/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/arrow/blob/697df1b5/c_glib/README.md ---------------------------------------------------------------------- diff --git a/c_glib/README.md b/c_glib/README.md index f8269df..6229385 100644 --- a/c_glib/README.md +++ b/c_glib/README.md @@ -50,15 +50,15 @@ released in the future. ### Package -See [install document][../site/install.md] for details. +See [install document](../site/install.md) for details. ### How to build by users Arrow GLib users should use released source archive to build Arrow -GLib: +GLib (replace the version number in the following commands with the one you use): ```text -% wget https://dist.apache.org/repos/dist/release/arrow/arrow-0.3.0/apache-arrow-0.3.0.tar.gz +% wget https://archive.apache.org/dist/arrow/arrow-0.3.0/apache-arrow-0.3.0.tar.gz % tar xf apache-arrow-0.3.0.tar.gz % cd apache-arrow-0.3.0 ```
