From f92436b85f8206c0621b38d92db355b5076655e5 Mon Sep 17 00:00:00 2001 From: shiranr Date: Tue, 18 Apr 2023 14:33:21 +0300 Subject: [PATCH] fix plugin link --- .mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mega-linter.yml b/.mega-linter.yml index 6c6aa9af0f..538150b1c3 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -24,4 +24,4 @@ LOG_LEVEL: WARNING MARKDOWN_MARKDOWN_LINK_CHECK_ARGUMENTS: "-q" # DISABLE_ERRORS: true # Uncomment if you want MegaLinter to detect errors but not block CI to pass PLUGINS: - - https://raw.githubusercontent.com/shiranr/linkcheck/beta_change_url_handling/mega-linter-plugin-linkcheck/linkcheck.megalinter-descriptor.yml + - https://raw.githubusercontent.com/shiranr/linkcheck/main/mega-linter-plugin-linkcheck/linkcheck.megalinter-descriptor.yml