Repository: incubator-geode Updated Branches: refs/heads/develop 118c0d467 -> 71627eb81
GEODE-1963 Fix a pathname typo in the website README.md revealed during the recent lucene.xsd addition. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/71627eb8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/71627eb8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/71627eb8 Branch: refs/heads/develop Commit: 71627eb8154477c742eb045732967826b2fc1b47 Parents: 118c0d4 Author: Dave Barnes <[email protected]> Authored: Tue Oct 4 15:10:16 2016 -0700 Committer: Dave Barnes <[email protected]> Committed: Tue Oct 4 15:10:16 2016 -0700 ---------------------------------------------------------------------- geode-site/website/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/71627eb8/geode-site/website/README.md ---------------------------------------------------------------------- diff --git a/geode-site/website/README.md b/geode-site/website/README.md index 474e6ca..ff9ee89 100644 --- a/geode-site/website/README.md +++ b/geode-site/website/README.md @@ -77,7 +77,7 @@ Here is one way to accomplish this: 1. On the __develop__ branch - $ cd geode-site-website + $ cd geode-site/website $ nanoc compile $ cd ../content $ tar cvf new-website-content.tar .
