From 1f523a49419a7659072da39aa2536e81dc25894e Mon Sep 17 00:00:00 2001 From: michaeloffner Date: Sun, 9 Jun 2024 19:07:44 +0200 Subject: [PATCH] make image link absolute and rename the file --- .../{extension-websocket.md => websocket-extension.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docs/recipes/{extension-websocket.md => websocket-extension.md} (95%) diff --git a/docs/recipes/extension-websocket.md b/docs/recipes/websocket-extension.md similarity index 95% rename from docs/recipes/extension-websocket.md rename to docs/recipes/websocket-extension.md index 250fcbb3c..0be973742 100644 --- a/docs/recipes/extension-websocket.md +++ b/docs/recipes/websocket-extension.md @@ -22,11 +22,11 @@ WebSocket Listeners are created with a CFML Component - one per channel. The Extension can be installed via Lucee Administor -![Lucee Admin: Extensions - Application](../_images/extension/websocket/lucee-admin-extension.png) +![Lucee Admin: Extensions - Application](https://raw.githubusercontent.com/lucee/lucee-docs/master/docs/_images/extension/websocket/lucee-admin-extension.png) Or downloaded the LEX file from [https://download.lucee.org/](https://download.lucee.org/) and save to ` -![Lucee Download LEX File](../_images/extension/websocket/websocket-lex.png) +![Lucee Download LEX File](https://raw.githubusercontent.com/lucee/lucee-docs/master/docs/_images/extension/websocket-lex.png) eg Dockerfile