From 19abaf2af8c3335dfc650a55d5514d7507c2496c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 4 Apr 2026 23:35:44 +0200 Subject: [PATCH] Add link to GitHub source on playground page --- content/playground.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/playground.md b/content/playground.md index 71c657c71..63e87c274 100644 --- a/content/playground.md +++ b/content/playground.md @@ -114,3 +114,5 @@ depend on platform-specific syscalls not fully supported by WebAssembly/WASI yet We are actively working on adding more commands as we improve WASI compatibility in uutils coreutils. Curious about how this all works under the hood? Read the [technical deep-dive on the playground architecture](/playground-how-it-works). + +The source code for this website (including the playground) is available on [GitHub](https://github.com/uutils/uutils.github.io/).