You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by pr...@apache.org on 2016/06/14 10:17:56 UTC

zeppelin git commit: ZEPPELIN-947: Change docs link to point the same Zeppelin version

Repository: zeppelin
Updated Branches:
  refs/heads/master aeb34fb34 -> 11e789ed5


ZEPPELIN-947: Change docs link to point the same Zeppelin version

### What is this PR for?
Currently, Zeppelin documentation link in Zeppelin home is pointing to http://zeppelin.apache.org/docs/latest/index.html. But maybe some people is not using the latest version. So the link should point to the same Zeppelin version that user is using now.

I just change the `latest` -> `{{zeppelinVersion}}`

### What type of PR is it?
Improvement

### Todos

### What is the Jira issue?
[ZEPPELIN-947](https://issues.apache.org/jira/browse/ZEPPELIN-947)

### How should this be tested?
1. After applying this patch and browse Zeppelin home.
2. Just click `Zeppelin Documentation` link in here
<img width="357" alt="screen shot 2016-06-02 at 1 11 17 pm" src="https://cloud.githubusercontent.com/assets/10060731/15759461/8b69ee5c-28c3-11e6-8181-2fc2978c0297.png">

### 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: AhyoungRyu <fb...@hanmail.net>

Closes #953 from AhyoungRyu/ZEPPELIN-947 and squashes the following commits:

4c72067 [AhyoungRyu] ZEPPELIN-947: Change docs link to point the same Zeppelin version


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

Branch: refs/heads/master
Commit: 11e789ed56a85608e0a205e8d2f851abb7c7f0cd
Parents: aeb34fb
Author: AhyoungRyu <fb...@hanmail.net>
Authored: Thu Jun 2 13:09:19 2016 -0700
Committer: Prabhjyot Singh <pr...@gmail.com>
Committed: Tue Jun 14 15:47:47 2016 +0530

----------------------------------------------------------------------
 zeppelin-web/src/app/home/home.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/11e789ed/zeppelin-web/src/app/home/home.html
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/app/home/home.html b/zeppelin-web/src/app/home/home.html
index 91eee64..b158f63 100644
--- a/zeppelin-web/src/app/home/home.html
+++ b/zeppelin-web/src/app/home/home.html
@@ -78,7 +78,7 @@ limitations under the License.
         <div class="col-md-6">
           <h4>Help</h4>
           Get started with <a style="text-decoration: none;" target="_blank"
-                              href="http://zeppelin.apache.org/docs/latest/index.html">Zeppelin documentation</a><br>
+                              href="http://zeppelin.apache.org/docs/{{zeppelinVersion}}/index.html">Zeppelin documentation</a><br>
 
           <h4>Community</h4>
           Please feel free to help us to improve Zeppelin, <br>