From aad2788522763fc146f7f9326794f02530358807 Mon Sep 17 00:00:00 2001 From: Oumar Barry Date: Tue, 4 Jul 2023 05:36:24 +0000 Subject: [PATCH] docs: Fix lint-staged link (#237) The link to the lint-staged docs is broken, on the website page (https://mrm.js.org/docs/mrm-task-lint-staged). It redirects to: https://github.com/okonet/lint-staged/blob/master/readme So fix it up with: https://github.com/okonet/lint-staged/blob/master/README.md#-lint-staged--- --- packages/mrm-task-lint-staged/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mrm-task-lint-staged/Readme.md b/packages/mrm-task-lint-staged/Readme.md index 5ab6a3c9..bc170341 100644 --- a/packages/mrm-task-lint-staged/Readme.md +++ b/packages/mrm-task-lint-staged/Readme.md @@ -22,7 +22,7 @@ npx mrm lint-staged ## Options -See [Mrm docs](../../docs/Getting_started.md) and [lint-staged docs](https://github.com/okonet/lint-staged/blob/master/README.md) for more details. +See [Mrm docs](../../docs/Getting_started.md) and [lint-staged docs](https://github.com/okonet/lint-staged/blob/master/README.md#-lint-staged---) for more details. ### `lintStagedRules` (default: infer)