Skip to content

Commit

Permalink
Fixed broken links (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
emperorjm authored Aug 5, 2023
1 parent 69253c4 commit 3769895
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/3.community/4.governance/2.vote/5.vote-archwayd.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: Learn how to vote on governance proposals by using archwayd.

## Prerequisites

Make sure you have [archwayd](../developers/developer-tools/daemon) installed.
Make sure you have [archwayd](/developers/developer-tools/daemon) installed.

Query the governance proposals with:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Before going any further, it is recommended to set up [Cosmovisor](/validators/r
Info
::

You can use the [Networks page](../../resources/networks) to find useful information such as the **chain-id** and **rpc-url** of the network you would like to connect to.
You can use the [Networks page](/resources/networks) to find useful information such as the **chain-id** and **rpc-url** of the network you would like to connect to.

With the above data, make sure to download correct genesis file, by fetching it from an available node:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ archwayd gentx node1-account 100000000000000000000000aarch --chain-id my-chain -
As you are about to run the nodes on the same machine, you will need to resolve any port conflicts. Otherwise, errors such as **already in use ports** are returned.

To proceed, we can either:
- Run each node in isolated environments, such as Docker containers. (you can have a look at the Docker instruction in [the node installing section](../running-a-node/install#build-archwayd-with-docker)).
- Run each node in isolated environments, such as Docker containers. (you can have a look at the Docker instruction in [the node installing section](/validators/running-a-node/install#build-archwayd-with-docker)).
- Edit the **app.toml** and **conf.toml** files to setup different port numbers
- Use <a href="https://manpages.ubuntu.com/manpages/bionic/man1/sed.1.html#:~:text=Sed%20is%20a%20stream%20editor,and%20is%20consequently%20more%20efficient." target="_blank" >sed</a> for example with:

Expand Down

0 comments on commit 3769895

Please sign in to comment.