From ecb9234fcc98ad1a67bb2941066e397aaf554ab3 Mon Sep 17 00:00:00 2001 From: Athanasios <ath.kouk.oid@gmail.com> Date: Tue, 14 Jul 2020 08:51:15 +0200 Subject: [PATCH] update home view --- views/home.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/home.pug b/views/home.pug index 7b38d9f..bfdb8b3 100644 --- a/views/home.pug +++ b/views/home.pug @@ -16,4 +16,4 @@ html(lang="en") div(class="centered") pre= art p This is an impementation of the 3D Portrayal Service. - p For more details visit #[a( href="https://gitlab.com/tomeof/node-3dps-extended", target="_blank" ) https://gitlab.com/tomeof/node-3dps-extended] + p For more details visit #[a( href="https://gitlab.com/tomeof/node-3dps", target="_blank" ) https://gitlab.com/tomeof/node-3dps] -- GitLab