From c9d2cbce2f2aef28f4751d4052af4461e4ca301f Mon Sep 17 00:00:00 2001 From: nojhan Date: Mon, 23 Jan 2023 22:33:45 +0100 Subject: [PATCH] fix images --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c3a0bc..f00f85f 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,11 @@ To configure the display, you indicate the three types of locations, for example Example of a real-life log session (as seen in the [frictionlesser](https://github.com/jdreo/frictionlesser) software): -![A log screen capture with full details, showing colored messages and location.](https://github.com/nojhan/clutchlog/blob/main/demo.jpg?raw=true) +![A log screen capture with full details, showing colored messages and location.](https://raw.githubusercontent.com/nojhan/clutchlog/master/demo.png) Demo showing fancy styling: -![A log screen capture showing fancy coloring of text lines.](https://github.com/nojhan/clutchlog/blob/main/demo.jpg?raw=true) +![A log screen capture showing fancy coloring of text lines.](https://raw.githubusercontent.com/nojhan/clutchlog/master/demo-extra.png) For more detailled examples, see the "Usage" sections below and the `tests` directory.