Fixes some broken links and increases max retries for lychee (#659)

This will hopefully reduce the false reports due to some unreliable hosters.

* Fixes broken links in memory_management/README.md
* Fixes broken link in audio_comp_sci/README.md
* Fixes broken link in security/README.md
* Fixes broken links in garbage_collection/README.md
* Increase max retries for lychee
This commit is contained in:
bolshoytoster
2022-04-09 17:05:02 +01:00
committed by GitHub
parent a96a6dcab7
commit 5f6ceaf4f1
5 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ jobs:
#env:
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
args: '--verbose --no-progress **/*.md'
args: '--verbose --max-retries 4 --no-progress **/*.md'
- name: Create Issue From File
uses: peter-evans/create-issue-from-file@v2