From 99c80b62494035f1f34e232b95e2a03c539de2e3 Mon Sep 17 00:00:00 2001 From: Julien Loizelet Date: Thu, 22 Aug 2024 10:51:21 +0900 Subject: [PATCH] docs(*): Change fake url to make ci test pass --- .github/workflows/doc-links.yml | 2 +- docs/INSTALLATION_GUIDE.md | 2 +- docs/USER_GUIDE.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/doc-links.yml b/.github/workflows/doc-links.yml index ef4e9cf..79d7a0d 100644 --- a/.github/workflows/doc-links.yml +++ b/.github/workflows/doc-links.yml @@ -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:// --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/ diff --git a/docs/INSTALLATION_GUIDE.md b/docs/INSTALLATION_GUIDE.md index 7539e52..0cea469 100644 --- a/docs/INSTALLATION_GUIDE.md +++ b/docs/INSTALLATION_GUIDE.md @@ -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:///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 diff --git a/docs/USER_GUIDE.md b/docs/USER_GUIDE.md index 2e4991e..9ed604c 100644 --- a/docs/USER_GUIDE.md +++ b/docs/USER_GUIDE.md @@ -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:///servers/serverSettings/Plugin` +You will find settings page at `http://your_misp_address/servers/serverSettings/Plugin` Configuration parameters are described below: