mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-25 23:44:49 +00:00
Use HTTPS links
This commit is contained in:
parent
d36548417e
commit
ef65067625
1 changed files with 3 additions and 3 deletions
|
|
@ -151,7 +151,7 @@ lychee "~/projects/big_project/**/README.*"
|
|||
# ignore case when globbing and check result for each link:
|
||||
lychee --glob-ignore-case --verbose "~/projects/**/[r]eadme.*"
|
||||
|
||||
# check links from epub file (requires atool: http://www.nongnu.org/atool)
|
||||
# check links from epub file (requires atool: https://www.nongnu.org/atool)
|
||||
acat -F zip {file.epub} "*.xhtml" "*.html" | lychee -
|
||||
```
|
||||
|
||||
|
|
@ -319,7 +319,7 @@ great contributors who have since made this project more mature.
|
|||
lychee is licensed under either of
|
||||
|
||||
- Apache License, Version 2.0, (LICENSE-APACHE or
|
||||
http://www.apache.org/licenses/LICENSE-2.0)
|
||||
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
|
||||
https://www.apache.org/licenses/LICENSE-2.0)
|
||||
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
|
||||
|
||||
at your option.
|
||||
|
|
|
|||
Loading…
Reference in a new issue