diff --git a/README.md b/README.md index 1e7bde85..b8d1843c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ -# Read the [Comprehensive User Docs](https://jasonsteving99.github.io/claro-lang/) +# Visit [docs.clarolang.com](https://docs.clarolang.com) for Comprehensive User Docs ## [Getting Started](https://jasonsteving99.github.io/claro-lang/getting_started/getting_started.html) Get your first Claro project setup, and go through a tutorial walking you through everything you need to know to start @@ -13,6 +13,9 @@ building your own Claro programs! Learn about all of Claro's features with full examples and explanations to help you learn about the tools at your disposal. +## [StdLib](https://jasonsteving99.github.io/claro-lang/stdlib/default_modules/default_modules.generated_docs.html) +View the APIs of the various Modules currently available in Claro's StdLib. + # Learn Claro By Example! Check out the [example Claro programs](https://github.com/JasonSteving99/claro-lang/tree/main/examples/claro_programs). @@ -24,4 +27,4 @@ year's [Advent of Code](adventofcode.com) written in Claro! # Syntax Highlighting Syntax highlighting support is available for Vim, VSCode and IntelliJ users. Instructions for getting setup are -available under [tools/syntax_highlighting/](https://github.com/JasonSteving99/claro-lang/tree/main/tools/syntax_highlighting/). \ No newline at end of file +available under [tools/syntax_highlighting/](https://github.com/JasonSteving99/claro-lang/tree/main/tools/syntax_highlighting/).