From b1de5be334bfee84a4a1d1800e09a34a808d75c2 Mon Sep 17 00:00:00 2001 From: yasonk Date: Tue, 11 Mar 2025 09:21:24 -0700 Subject: [PATCH] docs: Fix version badge by linking it to PyPi instead of shield (#3766) Currently the version badge showing langgraph version as PyPi shield image is linking to the shield image. It would be more intuitive to link it to PyPi. --------- Co-authored-by: vbarda --- README.md | 2 +- libs/langgraph/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01c1330cf..81f6f66b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🦜🕸️LangGraph -![Version](https://img.shields.io/pypi/v/langgraph) +[![Version](https://img.shields.io/pypi/v/langgraph.svg)](https://pypi.org/project/langgraph/) [![Downloads](https://static.pepy.tech/badge/langgraph/month)](https://pepy.tech/project/langgraph) [![Open Issues](https://img.shields.io/github/issues-raw/langchain-ai/langgraph)](https://github.com/langchain-ai/langgraph/issues) [![Docs](https://img.shields.io/badge/docs-latest-blue)](https://langchain-ai.github.io/langgraph/) diff --git a/libs/langgraph/README.md b/libs/langgraph/README.md index 01c1330cf..81f6f66b5 100644 --- a/libs/langgraph/README.md +++ b/libs/langgraph/README.md @@ -1,6 +1,6 @@ # 🦜🕸️LangGraph -![Version](https://img.shields.io/pypi/v/langgraph) +[![Version](https://img.shields.io/pypi/v/langgraph.svg)](https://pypi.org/project/langgraph/) [![Downloads](https://static.pepy.tech/badge/langgraph/month)](https://pepy.tech/project/langgraph) [![Open Issues](https://img.shields.io/github/issues-raw/langchain-ai/langgraph)](https://github.com/langchain-ai/langgraph/issues) [![Docs](https://img.shields.io/badge/docs-latest-blue)](https://langchain-ai.github.io/langgraph/)