From 7a5852b401ace41c7052ca51e897bfd8bc5db84b Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Wed, 23 Oct 2024 15:45:49 -0700 Subject: [PATCH] fixing discord link and moving contributing guide to root (#215) Co-authored-by: Salman Paracha --- arch/CONTRIBUTING.md => CONTRIBUTING.md | 0 README.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename arch/CONTRIBUTING.md => CONTRIBUTING.md (100%) diff --git a/arch/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from arch/CONTRIBUTING.md rename to CONTRIBUTING.md diff --git a/README.md b/README.md index 11fc3c2d..1eb3b237 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Engineered with purpose-built LLMs, Arch handles the critical but undifferentiat **Jump to our [docs](https://docs.archgw.com)** to learn how you can use Arch to improve the speed, security and personalization of your GenAI apps. ## Contact -To get in touch with us, please join our [discord server](https://discord.gg/rSRQ9fv7). We will be monitoring that actively and offering support there. +To get in touch with us, please join our [discord server](https://discord.gg/pGZf2gcwEc). We will be monitoring that actively and offering support there. ## Demos * [Function Calling](demos/function_calling/README.md) - Walk through of the core function calling capabilities Arch offers @@ -131,4 +131,4 @@ Arch is designed to support best-in class observability by supporting open stand ### Contribution We would love feedback on our [Roadmap](https://github.com/orgs/katanemo/projects/1) and we welcome contributions to **Arch**! Whether you're fixing bugs, adding new features, improving documentation, or creating tutorials, your help is much appreciated. -Please vist our [Contribution Guide](arch/CONTRIBUTING.md) for more details +Please vist our [Contribution Guide](CONTRIBUTING.md) for more details