From e71aed97d0195a1de4af3b8828f450ef6424bdc2 Mon Sep 17 00:00:00 2001 From: AndreasRu <5096188+andreasRu@users.noreply.github.com> Date: Tue, 8 Aug 2023 13:01:20 +0200 Subject: [PATCH] fix relative paths --- README.md | 2 +- index.cfm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 199cd3a..362a0fe 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Example of encoding a trusted HTML block to escape unescaped characters with `en **HtmlHelper.cfc** passes the functions minifyHtml() and encodeTrustedHtml() as Lambda Expressions to enhance inner local scoping ([see code here at GitHub](https://github.com/andreasRu/cfml-htmlhelper/blob/cc91c88a5e744a27d5006accb5ed9e54cd5e7dc5/components/HtmlHelper.cfc#L16)): -![cfml html minifier](/images/dumpStruct.webp) +![cfml html minifier](images/dumpStruct.webp) ### Tips & Security Advisory diff --git a/index.cfm b/index.cfm index 71e06b9..d69a27b 100644 --- a/index.cfm +++ b/index.cfm @@ -33,7 +33,7 @@ (c) 2006, Ivan Sagalaev --> - +