From 3252d33a18148c7f881799767a83ed5a7787561d Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sat, 13 Dec 2025 21:02:44 +0100 Subject: [PATCH] fix images --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03f8b66..7908e4d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you want to try it, download the [standalone file digiproof-prod](https://raw.codeberg.org/scip/digiproof/master/digiproof-prod.html), save it to your disk and open it locally in your browser. -There's also a [development version](https://codeberg.org/scip/digiproof/blob/master/digiproof-dev.html?raw=true), +There's also a [development version](https://codeberg.org/scip/digiproof/raw/branch/master/digiproof-dev.html?raw=true), which retains all data across browser sessions. This version does store any entered data unencrypted using the [localStorage adapter for ember.js](https://github.com/rpflorence/ember-localstorage-adapter). @@ -53,9 +53,9 @@ This is the main screen of the app: ![main screen](https://raw.codeberg.org/scip/digiproof/master/samples/digiproof1.png?raw=true) Here we entered some asset data (german language version): -![network asset](https://codeberg.org/scip/digiproof/blob/master/samples/digiproof10.png?raw=true) +![network asset](https://codeberg.org/scip/digiproof/raw/branch/master/samples/digiproof10.png?raw=true) -[Here is a sample printed testament](https://codeberg.org/scip/digiproof/blob/master/samples/sample-testament.pdf?raw=true). +[Here is a sample printed testament](https://codeberg.org/scip/digiproof/raw/branch/master/samples/sample-testament.pdf?raw=true). More screenshots can be found in the [samples](https://codeberg.org/scip/digiproof/tree/master/samples) directory.