From b0d688ca0363229f2c6004ccb8556fe3b3bdc7fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leonard?= Date: Fri, 22 Jul 2022 07:41:16 +0200 Subject: [PATCH] #1112 update --- .../manage-private-custom-analyzers-responders.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin_guides/manage-private-custom-analyzers-responders.md b/docs/admin_guides/manage-private-custom-analyzers-responders.md index fc310b9a2..d85a1842c 100644 --- a/docs/admin_guides/manage-private-custom-analyzers-responders.md +++ b/docs/admin_guides/manage-private-custom-analyzers-responders.md @@ -118,7 +118,7 @@ For example: This will: -* check if a _Dockerfile` exist in the folder and create a default one if not +* check if a _Dockerfile_`_ exist in the folder and create a default one if not * Build the Docker image and name it `customimage-analyzer:latest` * Save this image in _/opt/backup-images/customimage-analyzer.tar_ * Modify the _analyzer.json_ file accordingly and save it in _/opt/customneurons/analyzers/PrivateAnalyzer/analyzer.json_ @@ -127,6 +127,6 @@ This will: Open Cortex web console, log in as `orgadmin`, and refresh Analyzers. -![](../../images/cortex-refresh-analyzers.png) +![](../images/cortex-refresh-analyzers.png) Then your analyzer should appear and be ready to be configured and used as a Docker image. \ No newline at end of file