From 4bf9eea7488f75268cbcd64df0c265f019043609 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Thu, 16 Apr 2020 17:49:49 -0500 Subject: [PATCH] user-guide: remove link-check script from contrib guide per https://github.com/iterative/dvc.org/issues/1123#issuecomment-614929585 --- content/docs/user-guide/contributing/docs.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/docs/user-guide/contributing/docs.md b/content/docs/user-guide/contributing/docs.md index adee343d3c..078c0b2219 100644 --- a/content/docs/user-guide/contributing/docs.md +++ b/content/docs/user-guide/contributing/docs.md @@ -118,11 +118,6 @@ and detect different errors: - `yarn lint-ts` - lint source code files (`.ts`, `.js`, `tsx`, etc). - `yarn lint-css` - lint `.css` files. -Other checks: - -- `yarn link-check` - runs script to detect broken URLs (e.g. those that return - 404 - Not Found) in the content. - ### ENV variables Some environment variables are required to deploy this project to production,