diff --git a/docs/quickstart/create-a-dao.md b/docs/quickstart/create-a-dao.md index 3b1f6d36..1304b992 100644 --- a/docs/quickstart/create-a-dao.md +++ b/docs/quickstart/create-a-dao.md @@ -102,8 +102,8 @@ the DAO with only yourself and add new members via proposals later. On the next screen, there are many configuration options available that determine how the DAO behaves. You can [read about the available voting -configuration options](/docs/voting-config.md) if you like, but for now, we'll -accept the defaults and create our DAO! +configuration options](../voting-config) if you like, but for now, we'll accept +the defaults and create our DAO! ![Review page](/img/quickstart/create-dao-review.png) diff --git a/docs/quickstart/create-a-proposal.md b/docs/quickstart/create-a-proposal.md index 9b3bb7aa..2976a991 100644 --- a/docs/quickstart/create-a-proposal.md +++ b/docs/quickstart/create-a-proposal.md @@ -36,9 +36,9 @@ Then, fill in the proposal's name and description. :::tip Actions? You'll notice the `Actions` label there. [Proposal -actions](/docs/governance-proposals.md#actions) allow you to add rich -functionality to proposals: software instructions that execute on the blockchain -when a proposal is passed and executed. +actions](../governance-proposals#actions) allow you to add rich functionality to +proposals: software instructions that execute on the blockchain when a proposal +is passed and executed. The proposal we are creating is a social agreement, so we don't need to run any code. diff --git a/docs/quickstart/voting.md b/docs/quickstart/voting.md index 974426af..478ef017 100644 --- a/docs/quickstart/voting.md +++ b/docs/quickstart/voting.md @@ -5,7 +5,7 @@ sidebar_position: 5 # Voting Now that everyone has joined the DAO and a [proposal has been -made](./create-a-proposal.md), all current members of the DAO can vote on it! +made](./create-a-proposal), all current members of the DAO can vote on it! ![Proposal vote](/img/quickstart/proposal-vote.png)