[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 <mebelousov@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 <felixcheung@apache.org>
1 file changed
tree: 930876db3a6e691ae57be0087c8b606fbcc56c7e
  1. .github/
  2. _tools/
  3. alluxio/
  4. angular/
  5. beam/
  6. bigquery/
  7. bin/
  8. cassandra/
  9. conf/
  10. dev/
  11. docs/
  12. elasticsearch/
  13. file/
  14. flink/
  15. geode/
  16. groovy/
  17. hbase/
  18. helium-dev/
  19. ignite/
  20. interpreter/
  21. interpreter-parent/
  22. jdbc/
  23. kylin/
  24. lens/
  25. licenses/
  26. livy/
  27. markdown/
  28. neo4j/
  29. notebook/
  30. pig/
  31. python/
  32. r/
  33. sap/
  34. scalding/
  35. scio/
  36. scripts/
  37. shell/
  38. spark/
  39. testing/
  40. zeppelin-display/
  41. zeppelin-distribution/
  42. zeppelin-examples/
  43. zeppelin-integration/
  44. zeppelin-interpreter/
  45. zeppelin-jupyter/
  46. zeppelin-server/
  47. zeppelin-web/
  48. zeppelin-zengine/
  49. .appveyor.yml
  50. .gitignore
  51. .travis.yml
  52. LICENSE
  53. NOTICE
  54. pom.xml
  55. README.md
  56. Roadmap.md
  57. SECURITY-README.md
  58. STYLE.md
  59. travis_check.py
README.md

Apache Zeppelin

Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration: Build Status
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0

Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.

Core feature:

  • Web based notebook style editor.
  • Built-in Apache Spark support

To know more about Zeppelin, visit our web site http://zeppelin.apache.org

Getting Started

Install binary package

Please go to install to install Apache Zeppelin from binary package.

Build from source

Please check Build from source to build Zeppelin from source.