Skip to content

Commit 1f3c815

Browse files
authored
GODRIVER-3089 Add link checkers for repository (#1517)
1 parent 6740ce0 commit 1f3c815

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.pre-commit-config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ repos:
4444
exclude: ^(vendor/|benchmark/operation_test.go)
4545
exclude_types: [json,yaml,pem]
4646

47+
- repo: https://github.com/tcort/markdown-link-check
48+
rev: v3.11.2
49+
hooks:
50+
- id: markdown-link-check
51+
exclude: ^(vendor)
52+
4753
- repo: https://github.com/golangci/golangci-lint
4854
rev: v1.55.1
4955
hooks:

docs/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,4 @@ TOPOLOGY=sharded_cluster bash etc/run_docker.sh evg-test-enterprise-auth
209209

210210
## Talk To Us
211211

212-
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).
212+
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).

0 commit comments

Comments
 (0)