Skip to content

Commit

Permalink
docs(*): Change fake url to make ci test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Aug 22, 2024
1 parent 4b2fb92 commit 99c80b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
gem install awesome_bot
cd extension
awesome_bot --files README.md --allow-dupe --allow-redirect --allow 401 --skip-save-results --base-url http://localhost:8080/
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/
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/
2 changes: 1 addition & 1 deletion docs/INSTALLATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

- Navigate to plugin settings page at `http://<your_misp_address>/servers/serverSettings/Plugin`
- Navigate to plugin settings page at `http://your_misp_address/servers/serverSettings/Plugin`
- Click on Enrichment
- Set the value of `Plugin.Enrichment_crowdsec_enabled` to `true`
- Set the value of `Plugin.Enrichment_crowdsec_api_key` to your CrowdSec CTI API key
Expand Down
2 changes: 1 addition & 1 deletion docs/USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is a MISP module which enriches your knowledge by using CrowdSec's CTI API.

## Configuration

You will find settings page at `http://<your_misp_address>/servers/serverSettings/Plugin`
You will find settings page at `http://your_misp_address/servers/serverSettings/Plugin`

Configuration parameters are described below:

Expand Down

0 comments on commit 99c80b6

Please sign in to comment.