Repository: zeppelin Updated Branches: refs/heads/branch-0.8 3d1cb860b -> cae48c39f
[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 (cherry picked from commit 9e18159d440cc771a13b81b56dcd62c72202bd0b) Signed-off-by: Jeff Zhang <zjf...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/cae48c39 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/cae48c39 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/cae48c39 Branch: refs/heads/branch-0.8 Commit: cae48c39f2c5f8070853e81a0b57cba776fc58b4 Parents: 3d1cb86 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:48 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/cae48c39/dev/change_zeppelin_version.sh ---------------------------------------------------------------------- diff --git a/dev/change_zeppelin_version.sh b/dev/change_zeppelin_version.sh index cb9c017..faccb62 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