From 12b662662493e6bbc22f44bec2ee5d904ffa10af Mon Sep 17 00:00:00 2001 From: ardocrat Date: Fri, 9 Jan 2026 11:07:37 +0000 Subject: [PATCH] readme: fix images links To correctly show on Github. Reviewed-on: https://code.gri.mw/GUI/grim/pulls/28 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5404bb47..2f3d40c0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Grim +# Grim Cross-platform GUI for [GRiN ツ](https://grin.mw) in [Rust](https://www.rust-lang.org/) for maximum compatibility with original [Mimblewimble](https://github.com/mimblewimble/grin) implementation. Initially supported platforms are Linux, Mac, Windows, limited Android and possible web support with help of [egui](https://github.com/emilk/egui) - immediate mode GUI library in pure Rust. Named by the character [Grim](http://harrypotter.wikia.com/wiki/Grim) - the shape of a large, black, menacing, spectral giant dog. -![image](https://code.gri.mw/GUI/grim/raw/branch/master/img/cover.png) +![image](img/cover.png) ## Build instructions