Commit Graph

8 Commits

Author SHA1 Message Date
Sean Broderick
57e3cbee27 fix lychee syntax per project docs
Simplify args quoting per lychee docs --
https://github.com/marketplace/actions/lychee-broken-link-checker
2022-05-09 23:14:36 -04:00
ian
ea96efcdb6
let lychee handle advanced globbing (#662)
The workflow does not quote `**/*.md`, so bash will handle the globbing, which does not support the recursive pattern `**`. 

After quoting, bash will pass `**/*.md` to lychee, which will find all markdown files in the repository.
2022-05-09 23:13:18 -04:00
SMMH
21c4c8f728
Update CONTRIBUTING.md (#664)
fix spelling error/typo in contributing readme
2022-04-25 13:23:31 -04:00
bolshoytoster
5f6ceaf4f1
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
2022-04-09 12:05:02 -04:00
Robbi Nespu
20b552c908
Auto check missing / forbidden external papers and raise issue (#624)
* Create lychee.yml
* Link checker with auto create issue
* 📅 run once a month

Request from https://github.com/papers-we-love/papers-we-love/pull/624#issuecomment-939320960
2021-10-11 07:15:05 -04:00
David Ashby
76be2bbb83 change to v8 since v1 is a buggy redirect loop (#531) 2018-11-10 10:05:42 -05:00
Mike JS. Choi
0fb9de52ae Fix broken link to ACM copyright link in CONTRIBUTING.md (#431)
* fix broken link to acm copyright link

* Add missing `/` to link

Fix broken link to ACM's license 1
2017-02-13 11:18:39 -05:00
Zeeshan Lakhani
86a9a64740 running w/ templates and README updates 2016-02-20 01:26:00 -05:00