From 6ba4aa41b30344651e56ef73f4c0e200b6cab63a Mon Sep 17 00:00:00 2001 From: yyvf <yyvf@pm.me> Date: Fri, 28 Mar 2025 23:17:13 -0300 Subject: [PATCH] fix: gitlab link --- hugo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index fab5643..ba2a495 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -104,7 +104,7 @@ params: url_latest_version: https://example.com # Repository configuration (URLs for in-page links to opening issues and suggesting changes) - github_repo: https://gitlab.c3sl.ufpr.br/yyvf22/rootdocs + github_repo: https://gitlab.c3sl.ufpr.br/c3root/k8s/docs # An optional link to a related project repo. For example, the sibling repository where your product code lives. #github_project_repo: https://github.com/google/docsy @@ -172,7 +172,7 @@ params: # Developer relevant links. These will show up on right side of footer and in the community page if you have one. developer: - name: GitLab - url: https://gitlab.c3sl.ufpr.br/yyvf22/rootdocs + url: https://gitlab.c3sl.ufpr.br/c3root/k8s/docs icon: fab fa-github desc: Development takes place here! -- GitLab