docs: fix links in readme (#14624)

This commit is contained in:
Bagatur
2023-12-12 12:59:09 -08:00
committed by GitHub
parent 2a10cabf66
commit ca7da8f7ef
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ LangChain Community contains third-party integrations that implement the base in
For full documentation see the [API reference](https://api.python.langchain.com/en/stable/community_api_reference.html).
![LangChain Stack](docs/static/img/langchain_stack.png)
![LangChain Stack](../../docs/static/img/langchain_stack.png)
## 📕 Releases & Versioning
@@ -27,4 +27,4 @@ All changes will be accompanied by a patch version increase.
As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.
For detailed information on how to contribute, see [here](.github/CONTRIBUTING.md).# langchain-community
For detailed information on how to contribute, see [here](../../.github/CONTRIBUTING.md).