Skip to content

Commit a6d9204

Browse files
authored
Fix ERC20 Votes - Broken link in 'Read More' (#474)
1 parent e284fe4 commit a6d9204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ui/src/cairo/ERC20Controls.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<span class="ml-1">
8787
<input type="checkbox" bind:checked={opts.votes}>
8888
</span>
89-
<HelpTooltip align="right" link="https://docs.openzeppelin.com/contracts-cairo/governance#votes">
89+
<HelpTooltip align="right" link="https://docs.openzeppelin.com/contracts-cairo/governance/votes">
9090
Keeps track of historical balances for voting in on-chain governance, with a way to delegate one's voting power to a trusted account.
9191
</HelpTooltip>
9292
</label>

packages/ui/src/cairo/ERC721Controls.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<span class="ml-1">
8989
<input type="checkbox" bind:checked={opts.votes}>
9090
</span>
91-
<HelpTooltip align="right" link="https://docs.openzeppelin.com/contracts-cairo/governance#votes">
91+
<HelpTooltip align="right" link="https://docs.openzeppelin.com/contracts-cairo/governance/votes">
9292
Keeps track of historical balances for voting in on-chain governance, with a way to delegate one's voting power to a trusted account.
9393
</HelpTooltip>
9494
</label>

0 commit comments

Comments
 (0)