diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7cdb0c6f4..4e2f17ed2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: markdownlint - id: markdownlint-fix - repo: https://github.com/tcort/markdown-link-check - rev: v3.11.0 + rev: v3.12.2 hooks: - id: markdown-link-check args: [-a, "200,206,403,429", -c, "mlc_config.json"] diff --git a/docs/desserts/pie/fresh-cherry-pie.md b/docs/desserts/pie/fresh-cherry-pie.md index f8a66b848..3c53f6122 100644 --- a/docs/desserts/pie/fresh-cherry-pie.md +++ b/docs/desserts/pie/fresh-cherry-pie.md @@ -102,7 +102,8 @@ Cover leftovers tightly and store in the refrigerator for up to 5 days. - - -[1]: <../../ingredients/pastry-dough/deluxe-butter-pastry.md>> +[1]: <../../ingredients/pastry-dough/deluxe-butter-pastry.md> + - [1]: <../../ingredients/pastry-dough/deluxe-butter-pastry.md> diff --git a/mlc_config.json b/mlc_config.json index 7555cb329..75e95152a 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -47,6 +47,12 @@ }, { "pattern": "^https://www.thekitchn.com/recipe-scrambled-chickpea-and-spinach-pitas-234095" + }, + { + "pattern": "^https://www.thekitchn.com/brussel-sprouts-melts-recipe-23432384" + }, + { + "pattern": "^https://www.thekitchn.com/cherry-pie-recipe-showdown-23394698" } ], "aliveStatusCodes": [200, 206, 403, 429, 405, 520]