From 41fc586ccc8253ed3e724cae8fd0ccc87e2dd94e Mon Sep 17 00:00:00 2001 From: Hoang PHAN <hoang.phanthanh@vn.bosch.com> Date: Mon, 15 Jul 2024 04:31:13 +0000 Subject: [PATCH] Update hugo.toml --- hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 45d7912..1c6b226 100644 --- a/hugo.toml +++ b/hugo.toml @@ -10,7 +10,7 @@ themeVariant = "green" disableLandingPageButton = true showVisitedLinks = true -editURL = "https://github.com/digital-auto/playground/tree/main/docs/content/" +editURL = "https://gitlab.eclipse.org/eclipse/autowrx/docs/-/tree/main/content/" # For search functionality [outputs] @@ -24,7 +24,7 @@ home = [ "HTML", "RSS", "JSON"] [[menu.shortcuts]] name = "<i class='fab fa-github'></i> Github repo" identifier = "ds" -url = "https://github.com/digital-auto/playground" +url = "https://gitlab.eclipse.org/eclipse/autowrx/" weight = 10 [[menu.shortcuts]] -- GitLab