You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2018/11/17 20:13:45 UTC

[accumulo-website] branch master updated: Fixed link on homepage

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

mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new eaabc9f  Fixed link on homepage
eaabc9f is described below

commit eaabc9f6f5fd9fba53e0e64f640f798275513211
Author: Mike Walch <mw...@apache.org>
AuthorDate: Sat Nov 17 15:12:58 2018 -0500

    Fixed link on homepage
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 91a0b60..a9a05a8 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@ skiph1fortitle: true
       </div>
       <div class="col-md-6">
         <h4>Cell-based access control</h4>
-        <p>Every Accumulo key/value pair has its own <a href="{{ site.docs_baseurl }}/security/labels">security label</a> which limits query results based off user authorizations.</p>
+        <p>Every Accumulo key/value pair has its own <a href="{{ site.docs_baseurl }}/security/authorizations#security-labels">security label</a> which limits query results based off user authorizations.</p>
       </div>
     </div>
     <div class="row">