From 58987691fff4ccf799ac75ddffc891bac29776a9 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Tue, 25 Jan 2022 16:48:13 +0100 Subject: [PATCH] Readme: fixed wrong image urls --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a144323..545cfb5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ echo SqlFormatter::format($query); Output: -![](http://jdorn.github.com/sql-formatter/format-highlight.png) +![](https://jdorn.github.io/sql-formatter/format-highlight.png) Formatting Only ------------------------- @@ -55,7 +55,7 @@ echo SqlFormatter::format($query, false); Output: -![](http://jdorn.github.com/sql-formatter/format.png) +![](https://jdorn.github.io/sql-formatter/format.png) Syntax Highlighting Only ------------------------- @@ -73,7 +73,7 @@ echo SqlFormatter::highlight($query); Output: -![](http://jdorn.github.com/sql-formatter/highlight.png) +![](https://jdorn.github.io/sql-formatter/highlight.png) Compress Query --------------------------