Added reference to documentation webpage

This changes README.md to refer to the webpage containing the documentation for the project.
This commit is contained in:
William Jacobs
2020-05-30 10:33:13 -04:00
parent 454a2b8ae7
commit 515a28dcfd

View File

@@ -138,5 +138,4 @@ public class Tree<T extends Comparable<? super T>> {
```
# Documentation
For more detailed instructions, check the source code to see the full API and
Javadoc documentation.
See <https://btrekkie.github.io/RedBlackNode/index.html> for API documentation.