You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by co...@apache.org on 2016/06/16 06:49:47 UTC

zeppelin git commit: Remove Incubator and fix typos in README

Repository: zeppelin
Updated Branches:
  refs/heads/gh-pages 2609c4801 -> a0c24b1fe


Remove Incubator and fix typos in README

### What is this PR for?
This PR is fixing a few typos in the README and removing incubator from the link

### What type of PR is it?
Fix

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Damien CORNEAU <co...@gmail.com>

Closes #1014 from corneadoug/fix/ghPagesReadme and squashes the following commits:

c802264 [Damien CORNEAU] Remove Incubator and fix typos in README


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/a0c24b1f
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/a0c24b1f
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/a0c24b1f

Branch: refs/heads/gh-pages
Commit: a0c24b1fe59a26376a8b03d6ec00016e76e3baee
Parents: 2609c48
Author: Damien CORNEAU <co...@gmail.com>
Authored: Wed Jun 15 14:10:34 2016 +0900
Committer: Damien CORNEAU <co...@gmail.com>
Committed: Thu Jun 16 15:49:26 2016 +0900

----------------------------------------------------------------------
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/a0c24b1f/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 1e7a1aa..2a6c31a 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ See https://help.github.com/articles/using-jekyll-with-pages#installing-jekyll
     bundle exec jekyll serve --watch
 
 
-## Deploy to ASF svnpubsub infra (commiters only)
+## Deploy to ASF svnpubsub infra (committers only)
  1. generate static website in `./_site`
     ```
     bundle exec jekyll build --safe
@@ -28,10 +28,10 @@ See https://help.github.com/articles/using-jekyll-with-pages#installing-jekyll
 
  2. checkout ASF repo
     ```
-    svn co https://svn.apache.org/repos/asf/incubator/zeppelin asf-zepplelin
+    svn co https://svn.apache.org/repos/asf/zeppelin asf-zeppelin
     ```
- 3. copy zeppelin/_site to asf-zepplelin/site
- 4. ```svn commit```
+ 3. copy `zeppelin/_site/*` to `asf-zeppelin/site`
+ 4. ```svn commit -m```
 
 ## Adding a new page