Skip to content

Commit e578b3b

Browse files
authored
Merge branch 'main' into 345_update_ci
2 parents 6c4e998 + 2bfbd09 commit e578b3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* Make online documentation optional [#476](https://github.com/NLeSC/python-template/pull/476)
1414

1515
### Changed
16-
1716
* Droped Python 3.8 and 3.9 support [#551](https://github.com/NLeSC/python-template/pull/551)
17+
* Fix broken link checker [#546](https://github.com/NLeSC/python-template/pull/546)
1818
* pre-commit script is optional ([#457](https://github.com/NLeSC/python-template/issues/457))
1919
* CHANGELOG.md is now optional ([#462](https://github.com/NLeSC/python-template/issues/462))
2020

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Use this [Copier](https://copier.readthedocs.io) template to generate an empty P
3737
|   |   |
3838
| **GitHub Actions** |   |
3939
| 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) |
40-
| 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) |
40+
| 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) |
4141
| Tests | [![tests](https://github.com/nlesc/python-template/actions/workflows/tests.yml/badge.svg)](https://github.com/nlesc/python-template/actions/workflows/tests.yml) |
4242

4343
## How to use

0 commit comments

Comments
 (0)