From f8729229d6e2d8c17151c4f65aae35707bc86ccf Mon Sep 17 00:00:00 2001 From: Frances Coronel Date: Thu, 24 Aug 2023 15:15:28 -0400 Subject: [PATCH] Add doc link Signed-off-by: Frances Coronel --- .github/CONTRIBUTING.md | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 683923a..fc1558e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -39,7 +39,8 @@ Feel free to contribute to Latina Dev in one or more of the following ways and t - [Report a bug](https://github.com/Latina-Dev/latina-dev/issues/new?template=bug-report.md) - [Request a new feature](https://github.com/Latina-Dev/latina-dev/issues/new?template=feature-request.md) - Improve our [contributing guidelines](https://github.com/Latina-Dev/latina-dev/blob/master/.github/CONTRIBUTING.md) (this file) -- Improve our [Storybook](https://www.chromatic.com/library?appId=6472ce8643c60096810af8c0) which houses all our documentation and design system components +- Improve our [Storybook](https://www.chromatic.com/library?appId=6472ce8643c60096810af8c0) which houses our design system components +- Improve our [documentation](https://docs.latina.dev) - Fix typos or grammar errors on pages or across the code base - Refactor code - Anything else you can think of! 😆 diff --git a/README.md b/README.md index c845d7f..373e54d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Our goal is to increase visibility and access to valuable opportunities. > To get started... 1. 🍴 Fork this repo [here](https://github.com/Latina-Dev/latina-dev/fork) -2. 🔍 View the contributing guidelines [here](https://github.com/Latina-Dev/latina-dev/blob/main/.github/CONTRIBUTING.md) +2. 📚 View the documentation [here](https://docs.latina.dev) 3. 🔨 Hack away 4. 🔧 Open a pull request [here](https://github.com/Latina-Dev/latina-dev/compare) 5. 🎉 Get your pull request approved — success!