Skip to content

Commit e46cbfa

Browse files
authored
Merge pull request #265 from NLeSC/fix-broken-link
Fix broken link
2 parents 3282872 + f2910c2 commit e46cbfa

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.mlc-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
}
1919
],
2020
"replacementPatterns": [
21-
]
21+
],
22+
"timeout": "20s"
2223
}

{{cookiecutter.project_name}}/.github/next_steps/04_citation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To help you keep the citation metadata up to date and synchronized, the [`cffcon
2222

2323
1. Whether your `CITATION.cff` is valid YAML.
2424

25-
_Visit https://yamllint.com to see if the contents of your CITATION.cff are valid YAML._
25+
_Visit http://www.yamllint.com/ to see if the contents of your CITATION.cff are valid YAML._
2626

2727
1. Whether your `CITATION.cff` adheres to the schema (as listed in the `CITATION.cff` file itself under key `cff-version`).
2828

{{cookiecutter.project_name}}/.mlc-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
}
1313
],
1414
"replacementPatterns": [
15-
]
15+
],
16+
"timeout": "20s"
1617
}

0 commit comments

Comments
 (0)