diff --git a/README.md b/README.md index 155d1ca..304eef1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Rascal is a simple yet powerful [result type](https://www.youtube.com/watch?v=sr Rascal is first and foremost an aggregate of the result types I personally find myself implementing in a majority of my own projects, and a competetor other result libraries second. As such, this library implements some things I think other result implementations are lacking, while omitting some features other libraries do implement. -**TODO**: Link to the Github Pages docfx documentation. +The full library documentation is available [here](https://thinker227.github.io/Rascal/).
diff --git a/src/Rascal/package-readme.md b/src/Rascal/package-readme.md index 7badc63..0e20271 100644 --- a/src/Rascal/package-readme.md +++ b/src/Rascal/package-readme.md @@ -2,4 +2,4 @@ Rascal is a simple yet powerful [result type](https://www.youtube.com/watch?v=sr Rascal is first and foremost an aggregate of the result types I personally find myself implementing in a majority of my own projects, and a competetor other result libraries second. As such, this library implements some things I think other result implementations are lacking, while omitting some features other libraries do implement. -**TODO**: Link to the Github Pages docfx documentation. +The full library documentation is available [here](https://thinker227.github.io/Rascal/).