You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by fe...@apache.org on 2018/12/25 19:30:33 UTC

[zeppelin] branch branch-0.8 updated: [ZEPPELIN-3553] Fix URLs on "Multi-user Support" page

This is an automated email from the ASF dual-hosted git repository.

felixcheung pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.8 by this push:
     new 2c2deb1  [ZEPPELIN-3553] Fix URLs on "Multi-user Support" page
2c2deb1 is described below

commit 2c2deb1891b8700d3d9d68695891e09e3139a48d
Author: mebelousov <me...@ya.ru>
AuthorDate: Tue Jun 19 16:38:10 2018 +0300

    [ZEPPELIN-3553] Fix URLs on "Multi-user Support" page
    
    ### What is this PR for?
    On page Setup > Multi-user Support http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/setup/basics/multi_user_support.html
    there are two urls:
    * Shiro Authentication - http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/setup/setup/security/shiro_authentication.html
    * Notebook Permission - http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/setup/setup/security/notebook_authorization.html
    
    Need to remove one of the "setup"
    
    ### What type of PR is it?
    Bug Fix
    
    ### What is the Jira issue?
    [ZEPPELIN-3553](https://issues.apache.org/jira/browse/ZEPPELIN-3553)
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no
    
    Author: mebelousov <me...@ya.ru>
    
    Closes #3035 from mebelousov/ZEPPELIN-3553 and squashes the following commits:
    
    100a2af06 [mebelousov] ZEPPELIN-3553 Fix URLs for "Notebook Permission" and "Shiro Authentication"
    
    (cherry picked from commit efdc16d71c1c66e46ea67de21a4b1185f85c10f5)
    Signed-off-by: Felix Cheung <fe...@apache.org>
---
 docs/setup/basics/multi_user_support.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/setup/basics/multi_user_support.md b/docs/setup/basics/multi_user_support.md
index 15d911c..e61b723 100644
--- a/docs/setup/basics/multi_user_support.md
+++ b/docs/setup/basics/multi_user_support.md
@@ -25,8 +25,8 @@ limitations under the License.
 
 This page describes about multi-user support.
 
-- multiple users login / logout using [Shiro Authentication](../setup/security/shiro_authentication.html)
-- managing [Notebook Permission](../setup/security/notebook_authorization.html)
+- multiple users login / logout using [Shiro Authentication](../security/shiro_authentication.html)
+- managing [Notebook Permission](../security/notebook_authorization.html)
 - how to setup [impersonation for interpreters](../../usage/interpreter/user_impersonation.html)
 - different contexts per user / note using [Interpreter Binding Mode](../../usage/interpreter/interpreter_binding_mode.html)
 - a paragraph in a notebook can be [Personalized](../../usage/other_features/personalized_mode.html)