Merge PR #4981: Quick fix for broken links
This commit is contained in:
committed by
Alexander Bezobchuk
parent
847d3be896
commit
29b8161ac6
+6
-6
@@ -2,12 +2,12 @@
|
||||
|
||||
## Get Started
|
||||
|
||||
- **[SDK Intro](./intro/README.md)**: High-level overview of the Cosmos SDK.
|
||||
- **[SDK application tutorial](https://github.com/cosmos/sdk-application-tutorial)**: A tutorial to learn the SDK. It showcases how to build an SDK-based blockchain from scratch, and explains the basic principles of the SDK in the process.
|
||||
- **[SDK Intro](./intro/intro.md)**: High-level overview of the Cosmos SDK.
|
||||
- **[SDK application tutorial](https://github.com/cosmos/sdk-application-tutorial)**: A tutorial to learn the SDK. It showcases how to build an SDK-based blockchain from scratch, and explains the basic principles of the SDK in the process.
|
||||
|
||||
## Resources
|
||||
|
||||
- [Specifications](./spec/README.md): Specifications of modules and other parts of the Cosmos SDK.
|
||||
- [Specifications](./spec/README.md): Specifications of modules and other parts of the Cosmos SDK.
|
||||
- [SDK API Reference](https://godoc.org/github.com/cosmos/cosmos-sdk): Godocs of the Cosmos SDK.
|
||||
- [REST API spec](https://cosmos.network/rpc/): List of endpoints to interact with a `gaia` full-node through REST.
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
|
||||
To create a new project, you can either:
|
||||
|
||||
- Fork [this repo](https://github.com/cosmos/sdk-application-tutorial/). Do not forget to remove the `nameservice` module from the various files if you don't need it.
|
||||
- Fork [this repo](https://github.com/cosmos/sdk-application-tutorial/). Do not forget to remove the `nameservice` module from the various files if you don't need it.
|
||||
- Use community tools like [chainkit](https://github.com/blocklayerhq/chainkit).
|
||||
|
||||
## Cosmos Hub
|
||||
## Cosmos Hub
|
||||
|
||||
The Cosmos Hub (`gaia`) docs have moved [here](https://github.com/cosmos/gaia/tree/master/docs).
|
||||
|
||||
@@ -35,4 +35,4 @@ considerations when making changes.
|
||||
|
||||
## Version
|
||||
|
||||
This documentation is built from the following commit:
|
||||
This documentation is built from the following commit:
|
||||
|
||||
Reference in New Issue
Block a user