Skip to content

Commit 1f840f3

Browse files
docs(*): Change fake url to make ci test pass
1 parent 99c80b6 commit 1f840f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/doc-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
gem install awesome_bot
3535
cd extension
3636
awesome_bot --files README.md --allow-dupe --allow-redirect --allow 401 --skip-save-results --base-url http://localhost:8080/
37-
awesome_bot docs/*.md --allow-dupe --allow-redirect --allow 401 --white-list http://localhost:80,releases/tag/A.B.C,http://your_misp_address --skip-save-results --base-url http://localhost:8080/docs/
37+
awesome_bot docs/*.md --allow-dupe --allow-redirect --allow 401 --white-list http://127.0.0.1:80,releases/tag/A.B.C,http://your-misp-address --skip-save-results --base-url http://localhost:8080/docs/

docs/DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Then, start the docker environment:
9393
cd misp-docker && docker compose up -d --build
9494
```
9595

96-
Once running, you can browse to your MISP instance at `http://localhost:80` and login with the default credentials that you can find in the `.env` file.
96+
Once running, you can browse to your MISP instance at `http://127.0.0.1:80` and login with the default credentials that you can find in the `.env` file.
9797

9898

9999
### Stop Docker environment

docs/INSTALLATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
Enabling this module could be done by browsing to the Plugins tab of your MISP instance:
2424

25-
- Navigate to plugin settings page at `http://your_misp_address/servers/serverSettings/Plugin`
25+
- Navigate to plugin settings page at `http://your-misp-address/servers/serverSettings/Plugin`
2626
- Click on Enrichment
2727
- Set the value of `Plugin.Enrichment_crowdsec_enabled` to `true`
2828
- Set the value of `Plugin.Enrichment_crowdsec_api_key` to your CrowdSec CTI API key

docs/USER_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is a MISP module which enriches your knowledge by using CrowdSec's CTI API.
1818

1919
## Configuration
2020

21-
You will find settings page at `http://your_misp_address/servers/serverSettings/Plugin`
21+
You will find settings page at `http://your-misp-address/servers/serverSettings/Plugin`
2222

2323
Configuration parameters are described below:
2424

0 commit comments

Comments
 (0)