From 65f3ca942f174f842f4b031340fbc661ae367cd1 Mon Sep 17 00:00:00 2001 From: Asa Oines Date: Fri, 11 Oct 2019 16:22:30 -0700 Subject: [PATCH] Fix broken Discord link --- packages/docs/developer-resources/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/developer-resources/introduction.md b/packages/docs/developer-resources/introduction.md index 1546c85540d..236d19e9ec1 100644 --- a/packages/docs/developer-resources/introduction.md +++ b/packages/docs/developer-resources/introduction.md @@ -6,7 +6,7 @@ Welcome to the Celo SDK Docs Homepage! Here, you can find resources for DAppKit - **[DAppKit](dappkit/README.md)** is a lightweight set of functions that allow mobile DApps to work with the Celo Wallet to sign transactions and access the user's account. This allows for a better user experience: DApps can focus on a great native experience without having to worry about key management. It also provides a simpler development experience, as no state or connection management is necessary. -If you'd like to see the Celo SDK expanded to support your favorite technology or application, please join the conversation on the [Celo Forum](https://forum.celo.org/c/applications-and-ecosystem-development) or [Discord](https://discordapp.com/channels/600834479145353243/600839784700837926) and tell us what you'd like to build- we highly encourage contributions! +If you'd like to see the Celo SDK expanded to support your favorite technology or application, please join the conversation on the [Celo Forum](https://forum.celo.org/c/applications-and-ecosystem-development) or [Discord](https://discordapp.com/channels/600834479145353243/600834479145353245) and tell us what you'd like to build- we highly encourage contributions! {% hint style="info" %} Please note, financial products built on the Celo protocol may be regulated in their respective jurisdictions, so it is important that developers are responsible and attentive to their end consumers and the regulations that may apply. This commitment is also part of the [Celo Code of Conduct](https://celo.org/code-of-conduct).