From cb37577ff617bf0386f56d9512edb481817a7007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Solbj=C3=B8rg?= Date: Sat, 4 Mar 2023 15:53:59 +0100 Subject: [PATCH] fix(docs): Render referenced image Instead of showing it as a code block. --- docs/customization/custom-scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customization/custom-scripts.md b/docs/customization/custom-scripts.md index af1e9b5b6..4b9e603ad 100644 --- a/docs/customization/custom-scripts.md +++ b/docs/customization/custom-scripts.md @@ -276,7 +276,7 @@ An IPv4 or IPv6 network with a mask. Returns a `netaddr.IPNetwork` object. Two a !!! note To run a custom script, a user must be assigned the `extras.run_script` permission. This is achieved by assigning the user (or group) a permission on the Script object and specifying the `run` action in the admin UI as shown below. - ![Adding the run action to a permission](../media/admin_ui_run_permission.png) +![Adding the run action to a permission](../media/admin_ui_run_permission.png) ### Via the Web UI