From 1402bbf7d1ec9a7cb4cbaf700bfbf75579a41d03 Mon Sep 17 00:00:00 2001 From: Lukas Mertens Date: Mon, 15 Apr 2024 09:51:20 +0200 Subject: [PATCH] docs(README): added codeblock to pr-preview link Otherwise users accidently click on the link and think it does not work Signed-off-by: Lukas Mertens commit-id:de0b76a1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a82c30af..24ed5140 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ includes a simulator for experimenting without an actual EVerest instance. ## Demo We continuously deploy the latest version of the admin panel to -[GitHub Pages](https://everest.github.io/everest-admin-panel/main). +GitHub Pages: [Demo](https://everest.github.io/everest-admin-panel/main). This allows you to try out the admin panel without having to install it locally. For every pull request we deploy a version to -https://everest.github.io/everest-admin-panel/pr- so you can test -the changes before merging. +`https://everest.github.io/everest-admin-panel/pr-` so you can test +the changes before a pull request is merged. ## Development