From 0bd9f62be0a32c7267c676a2dfcc9f6509d1d2a9 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Tue, 22 Aug 2023 14:44:55 +0200 Subject: [PATCH] adjusted readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 915d63a..e904ac3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ * needs jdk 9 (VarHandles) * minimal reflection (once per creation of the list) -* The only class (for now): [ContiguousList](https://github.com/shautvast/Contiguous/blob/main/src/main/java/nl/sanderhautvast/contiguous/ContiguousList.java) +* The only class (for now): [ContiguousList](https://github.com/shautvast/Contiguous/blob/main/lib/src/main/java/com/github/shautvast/contiguous/ContiguousList.java) * Still in a very early stage * the code is working