Repository: zeppelin Updated Branches: refs/heads/master 483eb5724 -> efdc16d71
[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 <[email protected]> Closes #3035 from mebelousov/ZEPPELIN-3553 and squashes the following commits: 100a2af06 [mebelousov] ZEPPELIN-3553 Fix URLs for "Notebook Permission" and "Shiro Authentication" Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/efdc16d7 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/efdc16d7 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/efdc16d7 Branch: refs/heads/master Commit: efdc16d71c1c66e46ea67de21a4b1185f85c10f5 Parents: 483eb57 Author: mebelousov <[email protected]> Authored: Tue Jun 19 16:38:10 2018 +0300 Committer: Jongyoul Lee <[email protected]> Committed: Fri Jul 6 19:09:32 2018 +0900 ---------------------------------------------------------------------- docs/setup/basics/multi_user_support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/efdc16d7/docs/setup/basics/multi_user_support.md ---------------------------------------------------------------------- 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)
