This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update token voting docs (#94)
**Motivation:** This PR fixes broken links in the token voting docs. **Modifications:** Updated links to point to the `llama-periphery` repo not `llama` repo. **Result:** The docs will properly link to other pages and display the token voting diagram.
- Loading branch information
1 parent
cbf16f4
commit ff44c97
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Llama Token Voting Module | ||
|
||
![Llama Token Voting Module Overview](https://github.com/llamaxyz/llama/blob/main/diagrams/llama-token-voting-module-overview.png) | ||
![Llama Token Voting Module Overview](https://github.com/llamaxyz/llama-periphery/blob/main/diagrams/llama-token-voting-module-overview.png) | ||
|
||
The Llama token voting module allows governance token delegates to create actions and collectively cast approvals and disapprovals on an associated Llama instance. It follows established token voting framework best practices and is deployed through a dedicated factory contract. | ||
|
||
Resources: | ||
|
||
- [Token Voting Factory](https://github.com/llamaxyz/llama/blob/main/docs/token-voting/token-voting-factory.md) | ||
- [Token Voting Module](https://github.com/llamaxyz/llama/blob/main/docs/token-voting/token-voting-module.md) | ||
- [Token Voting Factory](https://github.com/llamaxyz/llama-periphery/blob/main/docs/token-voting/token-voting-factory.md) | ||
- [Token Voting Module](https://github.com/llamaxyz/llama-periphery/blob/main/docs/token-voting/token-voting-module.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters