From e6051e1ca04360c4f069995fb9ae5cfb3bd781ca Mon Sep 17 00:00:00 2001 From: Caleb Curry Date: Tue, 3 Oct 2023 11:58:12 -0400 Subject: [PATCH] Update 01_create_aleo_app_react_leo_tutorial.md Fix wording update link to discord vanity URL Signed-off-by: Caleb Curry --- .../create-aleo-app/01_create_aleo_app_react_leo_tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/sdk/create-aleo-app/01_create_aleo_app_react_leo_tutorial.md b/documentation/sdk/create-aleo-app/01_create_aleo_app_react_leo_tutorial.md index 3ddf667ea..c8b86d27a 100644 --- a/documentation/sdk/create-aleo-app/01_create_aleo_app_react_leo_tutorial.md +++ b/documentation/sdk/create-aleo-app/01_create_aleo_app_react_leo_tutorial.md @@ -58,7 +58,7 @@ Write down your private key, view key, and public address in a safe place. Treat ### Faucet -Once you have your account, use our faucet to get some Aleo credits! If you haven’t joined yet, go [Discord channel](https://discord.com/invite/SMXsDEQ) and join the `#faucet` channel. You can send only one request every 20 minutes and can only request 50 credits per hour. Once you send a faucet request, Discord will start a thread under the faucet channel with your request. +Once you have your account, use our faucet to get some Aleo credits! If you haven’t already, join our [Discord server](https://discord.gg/aleohq) and use the `#faucet` channel. You can send only one request every 20 minutes and can only request 50 credits per hour. Once you send a faucet request, Discord will start a thread under the faucet channel with your request. Format: @@ -151,4 +151,4 @@ Success, you’ve deployed an Aleo program and can how create a decentralized, p 5. During the tutorial you navigated to [aleo.tools](https://aleo.tools), which is the graphical interface to our SDK, which serves as an abstraction layer of snarkOS and snarkVM. You’ll find you can perform similar actions (compiling, executing, deploying) on aleo.tools. -6. The entire React template along with the WASM and web workers can also be considered an abstraction layer of snarkOS and snarkVM. \ No newline at end of file +6. The entire React template along with the WASM and web workers can also be considered an abstraction layer of snarkOS and snarkVM.