From 12f2100b324bd88fd6b1711b08162e896e3f9341 Mon Sep 17 00:00:00 2001 From: JooHyung Kim <14wnrkim@gmail.com> Date: Mon, 25 Jul 2022 18:20:35 +0900 Subject: [PATCH] docs: add resources about x/upgrade module (#12705) --- x/upgrade/spec/05_resources.md | 9 +++++++++ x/upgrade/spec/README.md | 1 + 2 files changed, 10 insertions(+) create mode 100644 x/upgrade/spec/05_resources.md diff --git a/x/upgrade/spec/05_resources.md b/x/upgrade/spec/05_resources.md new file mode 100644 index 0000000000..7652ca7cc4 --- /dev/null +++ b/x/upgrade/spec/05_resources.md @@ -0,0 +1,9 @@ + + +# Resources + +A list of (external) resources to learn more about the `x/upgrade` module. + +- [Cosmos Dev Series: Cosmos Blockchain Upgrade](https://medium.com/web3-surfers/cosmos-dev-series-cosmos-sdk-based-blockchain-upgrade-b5e99181554c) - The blog post that explains how software upgrades work in detail. \ No newline at end of file diff --git a/x/upgrade/spec/README.md b/x/upgrade/spec/README.md index 73ea2268ac..3fa09906ea 100644 --- a/x/upgrade/spec/README.md +++ b/x/upgrade/spec/README.md @@ -29,3 +29,4 @@ recover from. * [CLI](04_client.md#cli) * [REST](04_client.md#rest) * [gRPC](04_client.md#grpc) +5. **[Resources](05_resources.md)**