Skip to content

Commit

Permalink
docs: fix upgrade and migration guide (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo authored Apr 3, 2023
1 parent 555a79c commit e756cce
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/ledger/migrations/v5.1-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Regen Ledger v5.1 includes non-breaking changes to [regen.basket.v1](https://buf

The following messages have been added:

- [v1.MsgUpdateDateCriteria](https://buf.build/regen/regen-ledger/docs/main:regen.ecocredit.marketplace.v1#regen.ecocredit.marketplace.v1.MsgUpdateDateCriteria)
- [v1.MsgUpdateDateCriteria](https://buf.build/regen/regen-ledger/docs/main:regen.ecocredit.basket.v1#regen.ecocredit.basket.v1.MsgUpdateDateCriteria)

#### Events

Expand Down
4 changes: 2 additions & 2 deletions docs/validators/upgrades/v2.0-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Build the upgrade binary (`v2.1.0`) from source:

```bash
cd regen-ledger
git fetch v2.1.0
git fetch --tags
git checkout v2.1.0
make build
```
Expand Down Expand Up @@ -89,7 +89,7 @@ Build the upgrade binary (`v2.1.0`) from source:

```bash
cd regen-ledger
git fetch v2.1.0
git fetch --tags
git checkout v2.1.0
make install
```
Expand Down
4 changes: 2 additions & 2 deletions docs/validators/upgrades/v3.0-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Build the upgrade binary (`v3.0.0`) from source:

```bash
cd regen-ledger
git fetch v3.0.0
git fetch --tags
git checkout v3.0.0
make build
```
Expand Down Expand Up @@ -86,7 +86,7 @@ Build the upgrade binary (`v3.0.0`) from source:

```bash
cd regen-ledger
git fetch v3.0.0
git fetch --tags
git checkout v3.0.0
make install
```
Expand Down
4 changes: 2 additions & 2 deletions docs/validators/upgrades/v4.0-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Build the upgrade binary (`v4.0.1`) from source:

```bash
cd regen-ledger
git fetch v4.0.1
git fetch --tags
git checkout v4.0.1
make build
```
Expand Down Expand Up @@ -85,7 +85,7 @@ Build the upgrade binary (`v4.0.1`) from source:

```bash
cd regen-ledger
git fetch v4.0.1
git fetch --tags
git checkout v4.0.1
make install
```
Expand Down
4 changes: 2 additions & 2 deletions docs/validators/upgrades/v4.1-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Build the upgrade binary (`v4.1.5`) from source:

```bash
cd regen-ledger
git fetch v4.1.5
git fetch --tags
git checkout v4.1.5
make build
```
Expand Down Expand Up @@ -83,7 +83,7 @@ Build the upgrade binary (`v4.1.5`) from source:

```bash
cd regen-ledger
git fetch v4.1.5
git fetch --tags
git checkout v4.1.5
make install
```
Expand Down
4 changes: 2 additions & 2 deletions docs/validators/upgrades/v5.0-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Build the upgrade binary (`v5.0.0`) from source:

```bash
cd regen-ledger
git fetch v5.0.0
git fetch --tags
git checkout v5.0.0
make build
```
Expand Down Expand Up @@ -87,7 +87,7 @@ First Build the upgrade binary (`v5.0.0`) from source:

```bash
cd regen-ledger
git fetch v5.0.0
git fetch --tags
git checkout v5.0.0
make install
```
Expand Down
4 changes: 2 additions & 2 deletions docs/validators/upgrades/v5.1-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Build the upgrade binary (`v5.1.0`) from source:

```bash
cd regen-ledger
git fetch v5.1.0
git fetch --tags
git checkout v5.1.0
make build
```
Expand Down Expand Up @@ -83,7 +83,7 @@ First Build the upgrade binary (`v5.1.0`) from source:

```bash
cd regen-ledger
git fetch v5.1.0
git fetch --tags
git checkout v5.1.0
make install
```
Expand Down

0 comments on commit e756cce

Please sign in to comment.