diff --git a/.github/config/md-link-config.json b/.github/config/md-link-config.json index 75da339..1a479d9 100644 --- a/.github/config/md-link-config.json +++ b/.github/config/md-link-config.json @@ -2,6 +2,9 @@ "ignorePatterns": [ { "pattern": "^https://github.com/zaphiro-technologies/" + }, + { + "pattern": "^http://pkg.go.dev/" } ] }