From c65df6012a55d5e0eae57fe584a81bde5ce7fefb Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Wed, 29 Sep 2021 15:54:16 +0500 Subject: [PATCH] docs: Update the tutorials link (#10259) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The current link points to an old version of the Nameservice tutorial (still on Launchpad 🥶). Updated the link to to point to https://tutorials.cosmos.network There is a PR with the updated version opened in the tutorials repo and the most up-to-date version is hosted on https://docs.starport.network/guide/nameservice/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1574acf2f97..b26942f868d1 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ breaking changes. 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://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. +If you want to get started quickly and learn how to build on top of the SDK, please visit the [tutorials website](https://tutorials.cosmos.network). 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/).