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