diff --git a/docs/build/build.md b/docs/build/build.md index 3ecf71993..12c1265fc 100644 --- a/docs/build/build.md +++ b/docs/build/build.md @@ -12,4 +12,4 @@ sidebar_position: 0 * [ADR's](./architecture/README.md) - Provides a structured repository of key decisions made during the development process, which have been documented and offers rationale behind key decisions being made. * [RFC](./rfc/README.md) - A Request for Comments (RFC) is a record of discussion on an open-ended topic related to the design and implementation of the Cosmos SDK, for which no immediate decision is required. * [Specifications](./spec/README.md) - A detailed reference for the specifications of various components and features. -* [Cosmos SDK API](https://docs.cosmos.network/api) - A comprehensive reference for the application programming interfaces (APIs) provided by the SDK. +* [REST API](https://docs.cosmos.network/api) - A comprehensive reference for the application programming interfaces (APIs) provided by the SDK. diff --git a/docusaurus.config.js b/docusaurus.config.js index 8020e02a4..975e68fa9 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -115,7 +115,7 @@ const config = { docId: "build/building-modules/intro", }, { - label: "Cosmos SDK API", + label: "REST API", to: "api", }, ], @@ -185,7 +185,7 @@ const config = { href: "https://ibc.cosmos.network", }, { - label: "Cosmos SDK API", + label: "REST API", to: "api", }, ], diff --git a/versioned_docs/version-0.47/build/build.md b/versioned_docs/version-0.47/build/build.md index 3ecf71993..12c1265fc 100644 --- a/versioned_docs/version-0.47/build/build.md +++ b/versioned_docs/version-0.47/build/build.md @@ -12,4 +12,4 @@ sidebar_position: 0 * [ADR's](./architecture/README.md) - Provides a structured repository of key decisions made during the development process, which have been documented and offers rationale behind key decisions being made. * [RFC](./rfc/README.md) - A Request for Comments (RFC) is a record of discussion on an open-ended topic related to the design and implementation of the Cosmos SDK, for which no immediate decision is required. * [Specifications](./spec/README.md) - A detailed reference for the specifications of various components and features. -* [Cosmos SDK API](https://docs.cosmos.network/api) - A comprehensive reference for the application programming interfaces (APIs) provided by the SDK. +* [REST API](https://docs.cosmos.network/api) - A comprehensive reference for the application programming interfaces (APIs) provided by the SDK. diff --git a/versioned_docs/version-0.50/build/build.md b/versioned_docs/version-0.50/build/build.md index 3ecf71993..12c1265fc 100644 --- a/versioned_docs/version-0.50/build/build.md +++ b/versioned_docs/version-0.50/build/build.md @@ -12,4 +12,4 @@ sidebar_position: 0 * [ADR's](./architecture/README.md) - Provides a structured repository of key decisions made during the development process, which have been documented and offers rationale behind key decisions being made. * [RFC](./rfc/README.md) - A Request for Comments (RFC) is a record of discussion on an open-ended topic related to the design and implementation of the Cosmos SDK, for which no immediate decision is required. * [Specifications](./spec/README.md) - A detailed reference for the specifications of various components and features. -* [Cosmos SDK API](https://docs.cosmos.network/api) - A comprehensive reference for the application programming interfaces (APIs) provided by the SDK. +* [REST API](https://docs.cosmos.network/api) - A comprehensive reference for the application programming interfaces (APIs) provided by the SDK.