This is an automated email from the ASF dual-hosted git repository.
mmiller pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/main by this push:
new 528fbd0 Fix closing tag in features.md
528fbd0 is described below
commit 528fbd035279216a7374963f5110bc1a3489ef23
Author: Mike Miller <[email protected]>
AuthorDate: Fri Oct 22 10:14:10 2021 -0400
Fix closing tag in features.md
---
_docs-2/getting-started/features.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_docs-2/getting-started/features.md
b/_docs-2/getting-started/features.md
index bddbac4..c7257c9 100644
--- a/_docs-2/getting-started/features.md
+++ b/_docs-2/getting-started/features.md
@@ -261,7 +261,7 @@ the Javadoc for [ConditionalMutation] and
[ConditionalWriter].
### Lexicoders
-[Lexicoders]({% durl getting-started/table_design#lexicoders) (since 1.6.0)
help encode data (i.e numbers, dates)
+[Lexicoders]({% durl getting-started/table_design#lexicoders %}) (since 1.6.0)
help encode data (i.e numbers, dates)
into Accumulo keys in a way that their natural sort order is preserved.
## Extensible Behaviors