From 407abbe9ff8b43569ed9cd5ed2fd035902a89f9f Mon Sep 17 00:00:00 2001 From: Lauren Hirata Singh Date: Mon, 30 Jun 2025 16:11:46 -0400 Subject: [PATCH] Add forum links (#5282) --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- docs/mkdocs.yml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f6e8d59ea..c2d2f70e0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -10,6 +10,6 @@ contact_links: - name: Show and tell about: Show what you built with LangChain url: https://github.com/langchain-ai/langgraph/discussions/categories/show-and-tell - - name: Slack - url: https://www.langchain.com/join-community - about: General community discussions + - name: LangChain Forum + url: https://forum.langchain.com/ + about: General community discussions and support diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 1b4da6399..487662a16 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -289,6 +289,7 @@ nav: - Case studies: adopters.md - concepts/faq.md - llms.txt: llms-txt-overview.md + - LangChain Forum: https://forum.langchain.com/ - Troubleshooting: - Errors: - troubleshooting/errors/index.md