Repository: zeppelin Updated Branches: refs/heads/master 702666480 -> 821b61bb6
[DOCS] Fix dead link in docs/datasource_authorization.md ### What is this PR for? A link for `the community interpreters` in [here](http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/security/datasource_authorization.html#please-note) is pointing to `../manual/interpreterinstallation.md#available-community-managed-interpreters` now. It should be `../manual/interpreterinstallation.html#available-community-managed-interpreters`. ### What type of PR is it? Bug Fix & Documenation ### What is the Jira issue? no Jira issue ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: AhyoungRyu <[email protected]> Closes #1498 from AhyoungRyu/fix/deadlink and squashes the following commits: f8e8835 [AhyoungRyu] community interpreters -> community managed interpreters 0260d30 [AhyoungRyu] Fix deadlink in datasource_authorization.md Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/821b61bb Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/821b61bb Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/821b61bb Branch: refs/heads/master Commit: 821b61bb6bdc8ed0622aad04b3c6918ee73f52c5 Parents: 7026664 Author: AhyoungRyu <[email protected]> Authored: Sun Oct 9 10:55:36 2016 +0900 Committer: AhyoungRyu <[email protected]> Committed: Mon Oct 10 11:00:00 2016 +0900 ---------------------------------------------------------------------- docs/security/datasource_authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/821b61bb/docs/security/datasource_authorization.md ---------------------------------------------------------------------- diff --git a/docs/security/datasource_authorization.md b/docs/security/datasource_authorization.md index edf39fb..60bf086 100644 --- a/docs/security/datasource_authorization.md +++ b/docs/security/datasource_authorization.md @@ -57,5 +57,5 @@ You have to store the password information for users. ## Please note As a first step of data source authentication feature, [ZEPPELIN-828](https://issues.apache.org/jira/browse/ZEPPELIN-828) was proposed and implemented in Pull Request [#860](https://github.com/apache/zeppelin/pull/860). -Currently, only customized 3rd party interpreters can use this feature. We are planning to apply this mechanism to [the community interpreters](../manual/interpreterinstallation.md#available-community-managed-interpreters) in the near future. +Currently, only customized 3rd party interpreters can use this feature. We are planning to apply this mechanism to [the community managed interpreters](../manual/interpreterinstallation.html#available-community-managed-interpreters) in the near future. Please keep track [ZEPPELIN-1070](https://issues.apache.org/jira/browse/ZEPPELIN-1070).
