From 2005be3d13fed11fd8acc533f7e2dccc0739d2a5 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 19 Aug 2021 09:13:20 +0200 Subject: [PATCH] Add link to 'the code for the page you are currently reading' It was still 'link to come' --- content/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/about.md b/content/about.md index b554dec..312472d 100644 --- a/content/about.md +++ b/content/about.md @@ -24,7 +24,7 @@ Let's break down that sentence. ### Open source -Open source means: everyone can inspect the code behind Keyoxide. Really! Here, have a look at the code behind this website: [https://codeberg.org/keyoxide/web](https://codeberg.org/keyoxide/web). In fact, here is the code for the page you are currently reading: [link to come](/). +Open source means: everyone can inspect the code behind Keyoxide. Really! Here, have a look at the code behind this website: [https://codeberg.org/keyoxide/web](https://codeberg.org/keyoxide/web). In fact, here is the code for the page you are currently reading: [content/about.md](https://codeberg.org/keyoxide/keyoxide-web/src/branch/main/content/about.md). Not only can you look at it, you are allowed to make changes and even "fork it": take all this code and build your own product with it. Allowed? You are invited to! This keeps the Keyoxide project honest and always moving towards something that is better for everyone.