Skip to content

Commit 452f2c0

Browse files
docs(README): Update links to absolute paths
1 parent 15b37f4 commit 452f2c0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/end-to-end-auto-prepend-test-suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
cp .ddev/additional_docker_compose/docker-compose.crowdsec.yaml .ddev/docker-compose.crowdsec.yaml
6969
cp .ddev/additional_docker_compose/docker-compose.playwright.yaml .ddev/docker-compose.playwright.yaml
7070
sed -i -e 's/^php_version:.*/php_version: ${{ matrix.php-version }}/g' .ddev/config.${{ env.WP_VERSION_CODE }}.yaml
71+
mkdir wp-content
7172
ddev start
7273
sudo chmod -R 777 ${{ github.workspace }}/wp-content
7374
sudo chmod -R 777 ${{ github.workspace }}/my-own-modules

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ This WordPress plugin allows you to apply decisions from CrowdSec directly withi
77

88
## Usage
99

10-
See [User Guide](./docs/USER_GUIDE.md)
10+
See [User Guide](https://github.com/crowdsecurity/cs-wordpress-bouncer/blob/main/docs/USER_GUIDE.md)
1111

1212
## Installation
1313

14-
See [Installation Guide](./docs/INSTALLATION_GUIDE.md)
14+
See [Installation Guide](https://github.com/crowdsecurity/cs-wordpress-bouncer/blob/main/docs/INSTALLATION_GUIDE.md)
1515

1616

1717
## Technical notes
1818

19-
See [Technical notes](./docs/TECHNICAL_NOTES.md)
19+
See [Technical notes](https://github.com/crowdsecurity/cs-wordpress-bouncer/blob/main/docs/TECHNICAL_NOTES.md)
2020

2121
## Developer guide
2222

23-
See [Developer guide](./docs/DEVELOPER.md)
23+
See [Developer guide](https://github.com/crowdsecurity/cs-wordpress-bouncer/blob/main/docs/DEVELOPER.md)
2424

2525

2626
## License
2727

28-
[MIT](https://github.com/crowdsecurity/php-cs-bouncer/blob/main/LICENSE)
28+
[MIT](https://github.com/crowdsecurity/cs-wordpress-bouncer/blob/main/LICENSE)

0 commit comments

Comments
 (0)