This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo-access.git
commit d808e23ccf248c69572cd3fe86edc9913494c5d6 Author: Keith Turner <ktur...@apache.org> AuthorDate: Thu Sep 7 13:23:52 2023 -0400 fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e9e15..cdedc01 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,4 @@ The following types constitute the public API of this library. All other types For an example of using this library see the [unit test](src/test/java/org/apache/accumulo/access/AccessEvaluatorTest.java). -See the [specification][SPECIFICATION.md] for details about access expressions. +See the [specification](SPECIFICATION.md) for details about access expressions.