From 515a28dcfd2956a5fa956c3ec7c5c17161f07ce4 Mon Sep 17 00:00:00 2001 From: William Jacobs Date: Sat, 30 May 2020 10:33:13 -0400 Subject: [PATCH] Added reference to documentation webpage This changes README.md to refer to the webpage containing the documentation for the project. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a5080399..9f1b0bd37 100644 --- a/README.md +++ b/README.md @@ -138,5 +138,4 @@ public class Tree> { ``` # Documentation -For more detailed instructions, check the source code to see the full API and -Javadoc documentation. +See for API documentation.