From 28cb2cefc6bae2862c374449cbcb1349af75a31e Mon Sep 17 00:00:00 2001
From: Michael Chin <mchin188@yahoo.com>
Date: Thu, 12 Dec 2024 13:33:50 -0800
Subject: [PATCH] docs: Fix stack diagram in community README (#28685)

- **Description:** The stack diagram illustration in the community
README fails to render due to an invalid branch reference. This PR
replaces the broken image link with a valid one referencing master
branch.
---
 libs/community/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/community/README.md b/libs/community/README.md
index 02b1e754764..e3f1a94aff4 100644
--- a/libs/community/README.md
+++ b/libs/community/README.md
@@ -15,7 +15,7 @@ LangChain Community contains third-party integrations that implement the base in
 
 For full documentation see the [API reference](https://python.langchain.com/api_reference/community/index.html).
 
-![Diagram outlining the hierarchical organization of the LangChain framework, displaying the interconnected parts across multiple layers.](https://raw.githubusercontent.com/langchain-ai/langchain/e1d113ea84a2edcf4a7709fc5be0e972ea74a5d9/docs/static/svg/langchain_stack_112024.svg "LangChain Framework Overview")
+![Diagram outlining the hierarchical organization of the LangChain framework, displaying the interconnected parts across multiple layers.](https://raw.githubusercontent.com/langchain-ai/langchain/master/docs/static/svg/langchain_stack_112024.svg "LangChain Framework Overview")
 
 ## 📕 Releases & Versioning