Skip to content

Commit

Permalink
fix docs link error (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiqiang Zhang authored Oct 18, 2021
1 parent 0405e1a commit 33c780b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/features/governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Later, we may add permissioned keys that could only sign txs from certain module

### Software Upgrade

The governance process for the software upgrade is described in [`Upgrade`](./upgrade.md)
The governance process for the software upgrade is described in [`Upgrade`](upgrade.md)

## Usage Scenario

Expand Down Expand Up @@ -218,4 +218,4 @@ iris tx gov submit-proposal community-pool-spend proposal.json --from=<key-name>

### Software upgrade

Usage on the software upgrade is introduced in [`Upgrade`](./upgrade.md)
Usage on the software upgrade is introduced in [`Upgrade`](upgrade.md)
8 changes: 4 additions & 4 deletions docs/zh/features/governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

一旦抵押数量达到某个特定值(`最小抵押`),提议将被确认,对该提议的投票也将开启。之后,质押的 Iris 持有者可以发送 `TxGovVote` 交易对此提议进行投票。

- 当提议涉及软件升级时,流程请参考 [`Upgrade`](./upgrade.md)
- 当提议涉及软件升级时,流程请参考 [`Upgrade`](upgrade.md)

### 提议提交

Expand All @@ -30,7 +30,7 @@

- `软件升级提议`

请参考 [`Upgrade`](./upgrade.md)
请参考 [`Upgrade`](upgrade.md)

其他模块可以通过实现自己的提议类型和处理器来扩展治理模块。这些类型通过治理模块注册和处理(例如 `参数改变提议`)。当一个提议通过时,治理模块将执行相关模块的提议处理器。自定义处理器可以完成任意的状态改变。

Expand Down Expand Up @@ -113,7 +113,7 @@ _注意: 在 UI 端,我们可以为一些紧急的提议增加一个 `Not Urge

### 软件升级

关于软件升级的治理过程,参见 [`Upgrade`](./upgrade.md)
关于软件升级的治理过程,参见 [`Upgrade`](upgrade.md)

## 使用场景

Expand Down Expand Up @@ -174,5 +174,5 @@ iris tx gov submit-proposal community-pool-spend proposal.json --from=<key-name>

### 软件升级

软件升级的用法请参考 [`Upgrade`](./upgrade.md)
软件升级的用法请参考 [`Upgrade`](upgrade.md)

0 comments on commit 33c780b

Please sign in to comment.