From 1c299ebca408c568974a47e988dff6f49aa948ee Mon Sep 17 00:00:00 2001 From: poodengDev Date: Sat, 4 Jan 2025 16:11:54 -0800 Subject: [PATCH 1/3] Fix faq link on contributing.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 145f38cbb8..ba4ae46549 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,7 +79,7 @@ This section lists the labels we use to help us track and manage issues and pull ## Getting Help - Join [Discord](https://discord.gg/ai16z) -- Check [FAQ](docs/community/faq.md) +- Check [FAQ](docs/docs/faq.md) - Create GitHub issues ## Additional Resources From b45c0492207d1e1a5a899bc8cbfcd8a79f29d45c Mon Sep 17 00:00:00 2001 From: poodengDev Date: Sat, 4 Jan 2025 16:23:12 -0800 Subject: [PATCH 2/3] Update contributing link aswell to faq --- docs/docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contributing.md b/docs/docs/contributing.md index 145f38cbb8..ba4ae46549 100644 --- a/docs/docs/contributing.md +++ b/docs/docs/contributing.md @@ -79,7 +79,7 @@ This section lists the labels we use to help us track and manage issues and pull ## Getting Help - Join [Discord](https://discord.gg/ai16z) -- Check [FAQ](docs/community/faq.md) +- Check [FAQ](docs/docs/faq.md) - Create GitHub issues ## Additional Resources From 8933075b5f3e59ab962d9f83f79e4ec268d2990a Mon Sep 17 00:00:00 2001 From: poodengDev Date: Sat, 4 Jan 2025 16:25:30 -0800 Subject: [PATCH 3/3] fix broken links --- docs/docs/contributing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/contributing.md b/docs/docs/contributing.md index ba4ae46549..43bd96b472 100644 --- a/docs/docs/contributing.md +++ b/docs/docs/contributing.md @@ -79,14 +79,14 @@ This section lists the labels we use to help us track and manage issues and pull ## Getting Help - Join [Discord](https://discord.gg/ai16z) -- Check [FAQ](docs/docs/faq.md) +- Check [FAQ](faq.md) - Create GitHub issues ## Additional Resources -- [Local Development Guide](docs/guides/local-development.md) -- [Configuration Guide](docs/guides/configuration.md) -- [API Documentation](docs/api) +- [Local Development Guide](guides/local-development.md) +- [Configuration Guide](guides/configuration.md) +- [API Documentation](api) ## Contributor Guide