Skip to content

Commit

Permalink
Bump font weight docs website and fix link (cosmos#5391)
Browse files Browse the repository at this point in the history
  • Loading branch information
gamarin2 authored and xiangjianmeng committed Dec 18, 2019
1 parent fb2b1f1 commit e928c8c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ breaking changes.

## Quick Start

To learn how the SDK works from a high-level perspective, go to the [SDK Intro](./docs/intro/intro.md).
To learn how the SDK works from a high-level perspective, go to the [SDK Intro](./docs/intro/overview.md).

If you want to get started quickly and learn how to build on top of the SDK, please follow the [SDK Application Tutorial](https://github.com/cosmos/sdk-application-tutorial). You can also fork the tutorial's repository to get started building your own Cosmos SDK application.
If you want to get started quickly and learn how to build on top of the SDK, please follow the [SDK Application Tutorial](https://tutorials.cosmos.network/nameservice/tutorial/00-intro.html). You can also fork the tutorial's repository to get started building your own Cosmos SDK application.

For more, please go to the [Cosmos SDK Docs](./docs/).

Expand Down
12 changes: 6 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@ features:
sections:
- title: Introduction
desc: High-level overview of the Cosmos SDK.
url: /intro
url: /intro/overview.html
icon: introduction
- title: Basics
desc: Anatomy of a blockchain, transaction lifecycle, accounts and more.
icon: basics
url: /basics
- title: SDK Core
url: /basics/app-anatomy.html
- title: Core Concepts
desc: Read about the core concepts like `baseapp`, the store, or the server.
icon: core
url: /core
url: /core/baseapp.html
- title: Building Modules
desc: Discover how to build modules for the Cosmos SDK.
icon: modules
url: /building-modules
url: /building-modules/intro.html
- title: Interfaces
desc: Build interfaces for Cosmos SDK applications.
icon: interfaces
url: /interfaces
url: /interfaces/interfaces-intro.html
- title: Modules
desc: Explore existing modules to build your application with.
icon: specifications
Expand Down
8 changes: 4 additions & 4 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"license": "ISC",
"dependencies": {
"@vuepress/plugin-google-analytics": "^1.2.0",
"vuepress-theme-cosmos": "^1.0.103"
"vuepress-theme-cosmos": "^1.0.104"
}
}
}

0 comments on commit e928c8c

Please sign in to comment.