From 3c74c6076ca7c5ca27c250c3f610dfba6428b6ba Mon Sep 17 00:00:00 2001 From: Olga Lyashevska Date: Fri, 23 Aug 2024 19:54:04 +0200 Subject: [PATCH 1/2] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 344f45dc..fc214a77 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Use this [Copier](https://copier.readthedocs.io) template to generate an empty P |   |   | | **GitHub Actions** |   | | Citation metadata consistency | [![cffconvert](https://github.com/nlesc/python-template/actions/workflows/cffconvert.yml/badge.svg)](https://github.com/nlesc/python-template/actions/workflows/cffconvert.yml) | -| MarkDown link checker | [![markdown-link-check](https://github.com/nlesc/python-template/actions/workflows/markdown-link-check.yml/badge.svg)](https://github.com/nlesc/python-template/actions/workflows/markdown-link-check.yml) | +| Link checker | [![link-check](https://github.com/nlesc/python-template/actions/workflows/link-check.yml/badge.svg)](https://github.com/nlesc/python-template/actions/workflows/link-check.yml) | | Tests | [![tests](https://github.com/nlesc/python-template/actions/workflows/tests.yml/badge.svg)](https://github.com/nlesc/python-template/actions/workflows/tests.yml) | ## How to use From 106b9502dc6ac851bf59ce3a4929164d5cd420ef Mon Sep 17 00:00:00 2001 From: Olga Lyashevska Date: Mon, 26 Aug 2024 15:40:55 +0200 Subject: [PATCH 2/2] Add changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce14ec11..24e904ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ * Make online documentation optional [#476](https://github.com/NLeSC/python-template/pull/476) ### Changed - +* Fix broken link checker [#546](https://github.com/NLeSC/python-template/pull/546) * pre-commit script is optional ([#457](https://github.com/NLeSC/python-template/issues/457)) * CHANGELOG.md is now optional ([#462](https://github.com/NLeSC/python-template/issues/462))