Skip to content

Commit 8879ad7

Browse files
committed
version 0.1.40
1 parent 4e73292 commit 8879ad7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlink"
3-
version = "0.1.39"
3+
version = "0.1.40"
44
authors = [
55
"Markus Unterwaditzer <markus-honeypot@unterwaditzer.net>",
66
# contributed dump-external-links command

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ A command-line tool to find broken links in your static site.
4545
### GitHub action
4646

4747
```yaml
48-
- uses: untitaker/hyperlink@0.1.39
48+
- uses: untitaker/hyperlink@0.1.40
4949
with:
5050
args: public/ --sources src/
5151
```
@@ -60,7 +60,7 @@ hyperlink public/ --sources src/
6060
### Docker
6161

6262
```bash
63-
docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:0.1.39 /check/public/ --sources /check/src/
63+
docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:0.1.40 /check/public/ --sources /check/src/
6464

6565
# specific commit
6666
docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:sha-82ca78c /check/public/ --sources /check/src

0 commit comments

Comments
 (0)