Skip to content

Commit 99c80b6

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

File tree

3 files changed

+3
-3
lines changed

3 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
@@ -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://localhost:80,releases/tag/A.B.C,http://your_misp_address --skip-save-results --base-url http://localhost:8080/docs/

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)