Skip to content

Commit f5a2e59

Browse files
authored
Fix POSE award link; update link checker ignores (#865)
1 parent b715749 commit f5a2e59

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/lychee.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ exclude = [
2424
]
2525

2626
# Exclude file paths matching these patterns (treated as regex)
27-
# Meeting notes are historical and not actively maintained
27+
# Meeting notes and summits are historical and not actively maintained
2828
exclude_path = [
2929
'/meeting\d+/',
30+
'/summits/.*',
31+
# Avoid chicken and egg problem, where page is added, index.xml generates link to
32+
# https://scientific-python.org/.../page.html, but that has not yet been published.
3033
'\.xml$'
3134
]
3235

content/summits/developer/2025/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We would like to thank the following institutions and projects for sponsoring th
2222
**Presenting sponsor**
2323

2424
_Contributions to the statistical Python ecosystem at this year's Summit are funded by the NSF POSE Phase 1 award:
25-
[An open-source ecosystem for statistical Python](https://nsf.elsevierpure.com/en/projects/pose-phase-1-an-open-source-ecosystem-for-statistical-python)_
25+
[An open-source ecosystem for statistical Python](https://nsf.elsevierpure.com/en/projects/pose-phase-1-an-open-source-ecosystem-for-statistical-python-2)_
2626

2727
<p>&nbsp;</p>
2828

0 commit comments

Comments
 (0)