Skip to content

Commit bfcd05a

Browse files
ci(doc links): Fix 302 redirect and white lista 403
[skip ci]
1 parent 0cf1e8a commit bfcd05a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/doc-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
gem install awesome_bot
3838
cd extension
3939
awesome_bot --files README.md --allow-dupe --allow 401,429 --skip-save-results --white-list ddev.site --base-url http://localhost:8080/
40-
awesome_bot docs/*.md --skip-save-results --allow-dupe --allow 401,429 --white-list ddev.site,your-wordpress-url,crowdsec:8080,localhost:7422,admin.api.crowdsec.net --base-url http://localhost:8080/docs/
40+
awesome_bot docs/*.md --skip-save-results --allow-dupe --allow 401,429 --white-list ddev.site,your-wordpress-url,crowdsec:8080,localhost:7422,admin.api.crowdsec.net,a-guided-tour-e077c7dbd119 --base-url http://localhost:8080/docs/

docs/DEVELOPER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
There are many ways to install this plugin on a local WordPress environment.
3838

39-
We are using [DDEV](https://ddev.readthedocs.io/en/stable/) because it is quite simple to use and customize.
39+
We are using [DDEV](https://docs.ddev.com/en/stable/) because it is quite simple to use and customize.
4040

4141
Of course, you may use your own local stack, but we provide here some useful tools that depends on DDEV.
4242

@@ -50,7 +50,7 @@ __We will suppose here that you want to install WordPress 5.9. Please change "5.
5050

5151
#### DDEV installation
5252

53-
This project is fully compatible with DDEV 1.21.4, and it is recommended to use this specific version. For the DDEV installation, please follow the [official instructions](https://ddev.readthedocs.io/en/stable/users/install/ddev-installation/).
53+
For the DDEV installation, please follow the [official instructions](https://docs.ddev.com/en/stable/users/install/ddev-installation/).
5454

5555
### Prepare DDEV WordPress environment
5656

0 commit comments

Comments
 (0)