Repository: hbase Updated Branches: refs/heads/master 1446d01e9 -> 338e39970
HBASE-14065 Correct doc file location references in documentation Signed-off-by: Sean Busbey <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/338e3997 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/338e3997 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/338e3997 Branch: refs/heads/master Commit: 338e39970ba8e4835733669b9252d073b2157b8a Parents: 1446d01 Author: Gábor Lipták <[email protected]> Authored: Tue Jul 14 19:50:25 2015 -0400 Committer: Sean Busbey <[email protected]> Committed: Fri Jul 17 22:57:26 2015 -0500 ---------------------------------------------------------------------- src/main/asciidoc/_chapters/developer.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/338e3997/src/main/asciidoc/_chapters/developer.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/developer.adoc b/src/main/asciidoc/_chapters/developer.adoc index a4c1dd4..ef602ea 100644 --- a/src/main/asciidoc/_chapters/developer.adoc +++ b/src/main/asciidoc/_chapters/developer.adoc @@ -569,7 +569,7 @@ Checkin the _CHANGES.txt_ and any version changes. . Update the documentation. + -Update the documentation under _src/main/docbkx_. +Update the documentation under _src/main/asciidoc_. This usually involves copying the latest from trunk and making version-particular adjustments to suit this release candidate version. . Build the source tarball. @@ -1846,13 +1846,13 @@ The instructions and preferences around the way to create patches have changed, This is the indication that the patch was not created with `--no-prefix`. + ---- -diff --git a/src/main/docbkx/developer.xml b/src/main/docbkx/developer.xml +diff --git a/src/main/asciidoc/_chapters/developer.adoc b/src/main/asciidoc/_chapters/developer.adoc ---- * If the first line of the patch looks similar to the following (without the `a` and `b`), the patch was created with +git diff --no-prefix+ and you need to add `-p0` to the +git apply+ command below. + ---- -diff --git src/main/docbkx/developer.xml src/main/docbkx/developer.xml +diff --git src/main/asciidoc/_chapters/developer.adoc src/main/asciidoc/_chapters/developer.adoc ---- +
