Repository: incubator-hawq-docs Updated Branches: refs/heads/develop 6c5a29da8 -> 7f23af619
updating book build instructions to correct paths Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/7f23af61 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/7f23af61 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/7f23af61 Branch: refs/heads/develop Commit: 7f23af6195d2530daab6e8861a77b3a497f1ad1c Parents: 6c5a29d Author: David Yozie <[email protected]> Authored: Mon Aug 29 10:15:30 2016 -0700 Committer: David Yozie <[email protected]> Committed: Mon Aug 29 10:15:30 2016 -0700 ---------------------------------------------------------------------- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/7f23af61/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 8a794a7..ed629f3 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ For Apache HAWQ (incubating), a preconfigured **book** is provided in a separate <a name="building"></a> ## Building the Documentation -1. Begin by cloning the `book` branch of this repository to a new directory that is parallel to `apache/incubator-hawq-docs`. For example: +1. Begin by cloning the `book` branch of this repository to a new directory that is parallel to `asf/incubator-hawq-docs`. For example: - $ cd /repos/apache/incubatoro-hawq-docs - $ git clone --branch book [email protected]:apache/incubator-hawq-docs.git ../hawq-book + $ cd /repos/asf/incubator-hawq-docs + $ git clone --branch book http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs.git ../hawq-book $ cd ../hawq-book 2. The GemFile in the book directory already defines the `gem "bookbindery"` dependency. Make sure you are in the relocated book directory and enter:
