chore: update hyperlink (#32051)

This commit is contained in:
Mason Daugherty 2025-07-15 14:41:27 -04:00 committed by GitHub
parent 0807711dad
commit 8199a5562a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ Thank you for contributing to LangChain! Follow these steps to mark your pull re
1. A test for the integration, preferably unit tests that do not rely on network access, 1. A test for the integration, preferably unit tests that do not rely on network access,
2. An example notebook showing its use. It lives in `docs/docs/integrations` directory. 2. An example notebook showing its use. It lives in `docs/docs/integrations` directory.
- [ ] **Lint and test**: Run `make format`, `make lint` and `make test` from the root of the package(s) you've modified. **We will not consider a PR unless these three are passing in CI.** See contribution guidelines for more: <https://python.langchain.com/docs/contributing/> - [ ] **Lint and test**: Run `make format`, `make lint` and `make test` from the root of the package(s) you've modified. **We will not consider a PR unless these three are passing in CI.** See [contribution guidelines](https://python.langchain.com/docs/contributing/) for more.
Additional guidelines: Additional guidelines:
@ -30,5 +30,3 @@ Additional guidelines:
- Please do not add dependencies to `pyproject.toml` files (even optional ones) unless they are **required** for unit tests. - Please do not add dependencies to `pyproject.toml` files (even optional ones) unless they are **required** for unit tests.
- Most PRs should not touch more than one package. - Most PRs should not touch more than one package.
- Changes should be backwards compatible. - Changes should be backwards compatible.
If no one reviews your PR within a few days, please @-mention one of eyurtsev, ccurme, mdrxy.