docs: Update langchain link to PyPI (#800)

Simple one-line fix

CONTRIBUTING used a link that pointed to the `ruff` project.
This commit is contained in:
Roger Zurawicki 2023-01-30 17:53:16 -05:00 committed by GitHub
parent 6086292252
commit c331009440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ good code into the codebase.
### 🏭Release process ### 🏭Release process
As of now, LangChain has an ad hoc release process: releases are cut with high frequency via by 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, 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). even patch releases may contain [non-backwards-compatible changes](https://semver.org/#spec-item-4).