diff --git a/packages/google-cloud-monitoring/linkinator.config.json b/packages/google-cloud-monitoring/linkinator.config.json new file mode 100644 index 00000000000..d780d6bfff5 --- /dev/null +++ b/packages/google-cloud-monitoring/linkinator.config.json @@ -0,0 +1,7 @@ +{ + "recurse": true, + "skip": [ + "https://codecov.io/gh/googleapis/", + "www.googleapis.com" + ] +} diff --git a/packages/google-cloud-monitoring/package.json b/packages/google-cloud-monitoring/package.json index a4c15c8d068..e6ec9459cc9 100644 --- a/packages/google-cloud-monitoring/package.json +++ b/packages/google-cloud-monitoring/package.json @@ -38,7 +38,7 @@ "test-no-cover": "mocha test/*.js", "test": "npm run cover", "fix": "eslint '**/*.js' --fix", - "docs-test": "linkinator docs -r --skip www.googleapis.com", + "docs-test": "linkinator docs", "predocs-test": "npm run docs" }, "dependencies": { @@ -58,6 +58,6 @@ "nyc": "^14.0.0", "power-assert": "^1.4.4", "prettier": "^1.7.4", - "linkinator": "^1.1.2" + "linkinator": "^1.5.0" } }