Skip to content

Commit cd544bf

Browse files
authored
Merge pull request #27 from BuidlGuidl/fix-sre-links
2 parents d808585 + 1659f68 commit cd544bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/nextjs/pages/index.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -109,21 +109,21 @@ const Home: NextPage<{
109109
name="Build a DEX"
110110
src="/assets/chall-dex.png"
111111
description="💵 Build an exchange that swaps ETH to tokens and tokens to ETH."
112-
link="https://github.com/scaffold-eth/scaffold-eth-challenges/tree/challenge-4-dex"
112+
link="https://github.com/scaffold-eth/se-2-challenges/tree/challenge-4-dex"
113113
/>
114114
<Card
115115
num={5}
116116
name="State Channels"
117117
src="/assets/chall-state.png"
118118
description="🐌 The Ethereum blockchain has great decentralization & security properties. These properties come at a price!"
119-
link="https://github.com/scaffold-eth/scaffold-eth-challenges/tree/challenge-9-state-channels"
119+
link="https://github.com/scaffold-eth/se-2-challenges/tree/challenge-5-state-channels"
120120
/>
121121
<Card
122122
num={6}
123-
name="Multi-Sig Wallet"
123+
name="Multisig Wallet"
124124
src="/assets/chall-multisig.png"
125125
description="👩‍👩‍👧‍👧 Using a smart contract as a wallet we can secure assets by requiring multiple accounts to 'vote' on transactions."
126-
link="https://github.com/scaffold-eth/scaffold-eth-challenges/tree/challenge-5-multisig"
126+
link="https://github.com/scaffold-eth/se-2-challenges/tree/challenge-6-multisig"
127127
/>
128128
</div>
129129
</div>

0 commit comments

Comments
 (0)