From 06c5d2bebc729d99a067b8e5f70ab0d6f78a49b8 Mon Sep 17 00:00:00 2001 From: Noam <81436914+nooomski@users.noreply.github.com> Date: Tue, 12 Apr 2022 16:26:30 +0200 Subject: [PATCH] docs: update mentions of starport to ignite cli (#11612) --- README.md | 4 ++-- docs/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 390abf34a..43ccc56cc 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,9 @@ The Cosmos Hub application, `gaia`, has moved to its own [cosmos/gaia repository The IBC module for the Cosmos SDK has moved to its own [cosmos/ibc-go repository](https://github.com/cosmos/ibc-go). Go there to build and integrate with the IBC module. -### Starport +### Ignite CLI -Starport is the all-in-one platform to build, launch, and maintain any crypto application on a sovereign and secured blockchain. If you are building a new app or a new module, use [Starport](https://github.com/tendermint/starport) to get started and speed up development. +Ignite CLI is the all-in-one platform to build, launch, and maintain any crypto application on a sovereign and secured blockchain. If you are building a new app or a new module, use [Ignite CLI](https://github.com/ignite-hq/cli) to get started and speed up development. ## Disambiguation diff --git a/docs/README.md b/docs/README.md index 2e9e03f2c..cc32da194 100644 --- a/docs/README.md +++ b/docs/README.md @@ -48,7 +48,7 @@ aside: false ## Get Started * **[Cosmos SDK Intro](./intro/overview.md)**: High-level overview of the Cosmos SDK. -* **[Starport](https://docs.starport.network/)**: A developer-friendly interface to the Cosmos SDK to scaffold, launch, and maintain any crypto application on a sovereign and secured blockchain. +* **[Ignite CLI](https://docs.ignite.com)**: A developer-friendly interface to the Cosmos SDK to scaffold, launch, and maintain any crypto application on a sovereign and secured blockchain. * **[SDK Tutorials](https://tutorials.cosmos.network/)**: Tutorials that showcase how to build Cosmos SDK-based blockchains from scratch and explain the basic Cosmos SDK principles in the process. ## Reference Docs