diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c13963a748..d28a2056d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,6 +44,12 @@ repos: exclude: ^(vendor/|benchmark/operation_test.go) exclude_types: [json,yaml,pem] +- repo: https://github.com/tcort/markdown-link-check + rev: v3.11.2 + hooks: + - id: markdown-link-check + exclude: ^(vendor) + - repo: https://github.com/golangci/golangci-lint rev: v1.55.1 hooks: diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index f6d629c6d2..6d0816eea6 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -209,4 +209,4 @@ TOPOLOGY=sharded_cluster bash etc/run_docker.sh evg-test-enterprise-auth ## Talk To Us -If you want to work on the driver, write documentation, or have questions/complaints, please reach out to us either via [MongoDB Community Forums](https://community.mongodb.com/tags/c/drivers-odms-connectors/7/go-driver) or by creating a Question issue in [Jira](https://jira.mongodb.org/secure/CreateIssue!default.jspa). +If you want to work on the driver, write documentation, or have questions/complaints, please reach out to us either via [MongoDB Community Forums](https://www.mongodb.com/community/forums/tag/go-driver) or by creating a Question issue in [Jira](https://jira.mongodb.org/secure/CreateIssue!default.jspa).