From 7056912d5489d3ef0a97d1b6e824f5d5459721dc Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 24 Oct 2023 11:58:34 +0200 Subject: [PATCH] [FIX] Path to image in .md file --- docs/development/custom/css-framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/custom/css-framework.md b/docs/development/custom/css-framework.md index 657c3981..f7764cf8 100644 --- a/docs/development/custom/css-framework.md +++ b/docs/development/custom/css-framework.md @@ -11,7 +11,7 @@ Callout-boxes need a base-class (`.aa-callout`) and a modifier-class (e.g.: `.aa-callout-info` for an info-box). Modifier classes are available for the usual Bootstrap alert levels "Success", "Info", "Warning" and "Danger". -![Alliance Auth Framework: Callout Boxes](/_static/images/development/callout-boxes.png "Alliance Auth Framework: Callout Boxes") +![Alliance Auth Framework: Callout Boxes](/_static/images/development/css-framework/callout-boxes.png "Alliance Auth Framework: Callout Boxes") ### HTML