Repository: ranger Updated Branches: refs/heads/master adea501cd -> 886a9c6e1
RANGER-1975: fixes to add apache webcheck failure on license links Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/886a9c6e Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/886a9c6e Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/886a9c6e Branch: refs/heads/master Commit: 886a9c6e196b12bc8cc0ae49a6d8e9bd8c244152 Parents: adea501 Author: Selvamohan Neethiraj <[email protected]> Authored: Sat Feb 10 12:40:52 2018 -0500 Committer: Selvamohan Neethiraj <[email protected]> Committed: Sat Feb 10 12:40:52 2018 -0500 ---------------------------------------------------------------------- docs/src/site/site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ranger/blob/886a9c6e/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 0681139..6d8f1c1 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -52,7 +52,7 @@ under the License. <item name="Ranger REST API Documentation" href="apidocs/index.html"/> <item name="Ranger KMS REST API Documentation" href="kms/apidocs/index.html"/> <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 --> - <item name="License" href="https://www.apache.org/licenses" /> + <item name="License" href="https://www.apache.org/licenses/" /> </menu> <menu name="Project Information"> <item name="Project Summary" href="project-summary.html"/>
