From 7291b470bb800c874f25833c031f1e3272de6b0d Mon Sep 17 00:00:00 2001 From: Julian Martinez Date: Mon, 30 Oct 2023 17:32:34 -0700 Subject: [PATCH] update links --- dapps/dapp-challenges/challenge-0-crowdfund.mdx | 2 +- dapps/dapp-challenges/challenge-2-liquidity-pool.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dapps/dapp-challenges/challenge-0-crowdfund.mdx b/dapps/dapp-challenges/challenge-0-crowdfund.mdx index 5edb4ccc..c897480a 100644 --- a/dapps/dapp-challenges/challenge-0-crowdfund.mdx +++ b/dapps/dapp-challenges/challenge-0-crowdfund.mdx @@ -268,7 +268,7 @@ Join [our Community in Discord](https://discord.gg/stellardev) in case you have In order to successfully complete this challenge, your work needs to be checked. Please, follow this steps: -1. Fork [the challenge repository](https://github.com/stellar/soroban-dapps-challenge). +1. Fork [the challenge repository](https://github.com/stellar/soroban-dapps-challenge/fork). 2. Fill `crowdfund/challenge/output.txt` file with your wallet address. Filled file should look like: ```sh diff --git a/dapps/dapp-challenges/challenge-2-liquidity-pool.mdx b/dapps/dapp-challenges/challenge-2-liquidity-pool.mdx index 2d012440..a428279c 100644 --- a/dapps/dapp-challenges/challenge-2-liquidity-pool.mdx +++ b/dapps/dapp-challenges/challenge-2-liquidity-pool.mdx @@ -380,14 +380,14 @@ Submit your public URL to the challenge form. ## Checkpoint 6: 💪 Flex! -🍴 [Fork the liquidity pool repo] and make your own changes to the dapp. +🍴 [Fork the Soroban Dapps Challenge repo] and make your own changes to the Liquidity Pool branch. Customize the code and submit a pull request for the Liquidity Pool Dapp Challenge. You can experiment with new fee strategies, improve the user interface, or integrate additional token pair options. Take this opportunity to showcase your skills and make your mark on the Liquidity Pool Dapp. Good luck! [Stellar Laboratory]: https://laboratory.stellar.org/#explorer?network=futurenet -[Fork the liquidity pool repo]: https://github.com/stellar/soroban-dapps-challenge/fork +[Fork the Soroban Dapps Challenge repo]: https://github.com/stellar/soroban-dapps-challenge/fork ## 📚 User Workflows Checklist