From 96f102e08773daa370dcc61d6e5a65b66fcae592 Mon Sep 17 00:00:00 2001 From: namark <namark@disroot.org> Date: Thu, 29 Aug 2019 02:23:30 +0400 Subject: [PATCH] Added sr.ht link to emscripten shell template. --- common/emscripten_shell.template | 1 + 1 file changed, 1 insertion(+) diff --git a/common/emscripten_shell.template b/common/emscripten_shell.template index 30db297..f9098cb 100644 --- a/common/emscripten_shell.template +++ b/common/emscripten_shell.template @@ -37,6 +37,7 @@ <div class="overlay"> __TITLE__ <br /> <a href="https://notabug.org/namark/sketchbook/src/__COMMIT_SHA_FILE__">https://notabug.org/namark/sketchbook/src/__COMMIT_SHA_FILE__</a><br /> + <a href="https://git.sr.ht/~namark/sketchbook/tree/__COMMIT_SHA_FILE__">https://git.sr.ht/~namark/sketchbook/src/__COMMIT_SHA_FILE__</a><br /> <a href="https://gitlab.com/namark/sketchbook/blob/__COMMIT_SHA_FILE__">https://gitlab.com/namark/sketchbook/blob/__COMMIT_SHA_FILE__</a><br /> <a href="https://github.com/namark/sketchbook/blob/__COMMIT_SHA_FILE__">https://github.com/namark/sketchbook/blob/__COMMIT_SHA_FILE__</a><br /> </div> -- GitLab