Repository: zeppelin
Updated Branches:
  refs/heads/master 3fb878bfa -> 9e18159d4


[HOTFIX] correct the path for interpreter installation doc

### What is this PR for?
Trivial fix for release

### What type of PR is it?
[Hot Fix]

### Todos
* [ ] - Task

### What is the Jira issue?
* No jira created

### How should this be tested?
* CI pass

### Screenshots (if appropriate)

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

Author: Jeff Zhang <zjf...@apache.org>

Closes #2948 from zjffdu/release_hotfix and squashes the following commits:

9b781e1 [Jeff Zhang] [HOTFIX] correct the path for interpreter installation doc


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

Branch: refs/heads/master
Commit: 9e18159d440cc771a13b81b56dcd62c72202bd0b
Parents: 3fb878b
Author: Jeff Zhang <zjf...@apache.org>
Authored: Thu Apr 26 19:25:46 2018 +0800
Committer: Jeff Zhang <zjf...@apache.org>
Committed: Thu Apr 26 19:31:37 2018 +0800

----------------------------------------------------------------------
 dev/change_zeppelin_version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/9e18159d/dev/change_zeppelin_version.sh
----------------------------------------------------------------------
diff --git a/dev/change_zeppelin_version.sh b/dev/change_zeppelin_version.sh
index 7646e9d..c4ef7e6 100755
--- a/dev/change_zeppelin_version.sh
+++ b/dev/change_zeppelin_version.sh
@@ -76,5 +76,5 @@ if is_dev_version "${FROM_VERSION}" || ! is_dev_version 
"${TO_VERSION}"; then
 
   # Change interpreter's maven version in docs and interpreter-list
   sed -i '' 's/:'"${FROM_VERSION}"'/:'"${TO_VERSION}"'/g' conf/interpreter-list
-  sed -i '' 's/:'"${FROM_VERSION}"'/:'"${TO_VERSION}"'/g' 
docs/manual/interpreterinstallation.md 
+  sed -i '' 's/:'"${FROM_VERSION}"'/:'"${TO_VERSION}"'/g' 
docs/usage/interpreter/installation.md
 fi

Reply via email to