diff --git a/docs/code/intro.md b/docs/code/intro.md index b777e2c..4934dd1 100644 --- a/docs/code/intro.md +++ b/docs/code/intro.md @@ -8,7 +8,7 @@ sidebar_position: 0 Our suite of applications, hosted under the public GitHub organization "WBG-Coach," is open for cloning via SSH. Each application has its unique aspects, and you can find the environment variables for each in the `.env.example` files in their respective repositories. -The system architecture is designed and tested to run on Ubuntu Linux through a cloud provider, such as Amazon Lightsail or EC2 with S3 object storage. The system further connects with SendGrid via API for sending One-Time Password tokens. Developers may change or extend the code to connect with other services. +The system architecture is designed and tested to run on Ubuntu Linux through a cloud provider, such as [https://aws.amazon.com](Amazon Lightsail or EC2 with S3 object storage). The system further connects with [https://sendgrid.com](SendGrid) via API for sending One-Time Password tokens. Developers may change or extend the code to connect with other services. We encourage contributions through Pull Requests. If you encounter any issues or have queries, please don't hesitate to open Issues on GitHub. We appreciate your involvement and feedback!