Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EC749200BA8 for ; Mon, 10 Oct 2016 04:00:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E026B160AED; Mon, 10 Oct 2016 02:00:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 27E12160ADA for ; Mon, 10 Oct 2016 04:00:09 +0200 (CEST) Received: (qmail 86675 invoked by uid 500); 10 Oct 2016 02:00:09 -0000 Mailing-List: contact commits-help@zeppelin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zeppelin.apache.org Delivered-To: mailing list commits@zeppelin.apache.org Received: (qmail 86666 invoked by uid 99); 10 Oct 2016 02:00:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2016 02:00:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D78A2E04BE; Mon, 10 Oct 2016 02:00:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ahyoungryu@apache.org To: commits@zeppelin.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: zeppelin git commit: [DOCS] Fix dead link in docs/datasource_authorization.md Date: Mon, 10 Oct 2016 02:00:08 +0000 (UTC) archived-at: Mon, 10 Oct 2016 02:00:11 -0000 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 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 Authored: Sun Oct 9 10:55:36 2016 +0900 Committer: AhyoungRyu 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).