Skip to content

Commit ca4669d

Browse files
committed
aliveStatusCode 302 added
1 parent 12dadd2 commit ca4669d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.markdown-link-check.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"retryOn429": true,
3+
"retryCount": 5,
4+
"aliveStatusCodes": [200, 203, 302]
5+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To automatically solve the CAPTCHA, you will need an [AntiCaptcha](https://anti-
4343

4444
You can mount two volumes to persist the Packt credentials and store the downloaded books in a directory on your host system. The `/config` directory will store your Packt credentials, and the `/data` directory will store the downloaded books. You can change the paths of the host directories by modifying the values after the `-v` flag.
4545

46-
If you would prefer to use an alternative to ghcr.io, you can use the image hosted on [Docker Hub](https://hub.docker.com/repository/docker/ghostwriters/docker-packt-cli/general) `ghostwriters/docker-packt-cli:latest`,
46+
If you would prefer to use an alternative to ghcr.io, you can use the image hosted on [Docker Hub](https://hub.docker.com/repository/docker/ghostwriters/docker-packt-cli) `ghostwriters/docker-packt-cli:latest`,
4747

4848
## GitHub Actions Used
4949

0 commit comments

Comments
 (0)