diff --git a/README.md b/README.md index 247d883b0..06991580f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ See the [install instructions](/docs/install.md) ## Quick Start -TODO +- [Documentation](/docs/sdk) +- [Examples](/examples) ## Disambiguation diff --git a/docs/sdk/README.md b/docs/sdk/README.md index 059970cb2..5a71378ef 100644 --- a/docs/sdk/README.md +++ b/docs/sdk/README.md @@ -1,5 +1,7 @@ # Cosmos SDK Documentation +NOTE: This documentation is a work-in-progress! + - [Overview](overview) - [Overview](overview/overview.md) - An overview of the Cosmos-SDK - [The Object-Capability Model](overview/capabilities.md) - diff --git a/examples/examples.md b/examples/README.md similarity index 100% rename from examples/examples.md rename to examples/README.md