Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions c_glib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down