From c3310094400831a0aa206376e4d52107ee6e9572 Mon Sep 17 00:00:00 2001 From: Roger Zurawicki Date: Mon, 30 Jan 2023 17:53:16 -0500 Subject: [PATCH] docs: Update langchain link to PyPI (#800) Simple one-line fix CONTRIBUTING used a link that pointed to the `ruff` project. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd22636a..46892139 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ good code into the codebase. ### 🏭Release process As of now, LangChain has an ad hoc release process: releases are cut with high frequency via by -a developer and published to [PyPI](https://pypi.org/project/ruff/). +a developer and published to [PyPI](https://pypi.org/project/langchain/). LangChain follows the [semver](https://semver.org/) versioning standard. However, as pre-1.0 software, even patch releases may contain [non-backwards-compatible changes](https://semver.org/#spec-item-4).