From e46076516be44ea5b2bb08ca85e8d3594f32a15a Mon Sep 17 00:00:00 2001 From: circl Date: Mon, 9 Oct 2023 18:51:28 +0200 Subject: [PATCH] Meta: Use relative path for screenshot in README GitHub allows relative paths to be used to display images, this should make the image continue working even when viewing the README from an earlier commit of the repo in case the location of screenshots is moved. This is also just a cleaner way to do this. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 962295576c..7ecaced7d2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can watch videos of the system being developed on YouTube: ## Screenshot -![Screenshot as of c03b788.png](https://raw.githubusercontent.com/SerenityOS/serenity/master/Meta/Screenshots/screenshot-c03b788.png) +![Screenshot as of c03b788.png](Meta/Screenshots/screenshot-c03b788.png) ## Features