From 78be42cf84d0e44389bf6b9761adbe96284be2ce Mon Sep 17 00:00:00 2001 From: Chris Krawietz <chriskrawietz@gmail.com> Date: Thu, 3 Jun 2021 15:06:12 +0200 Subject: [PATCH] =?UTF-8?q?[TASK]=20=E2=80=94=20Added=20new=20repo=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/.vuepress/config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index debfc7e..c445336 100755 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "email": "krawietz@new-communication.de", "company": "New Communication GmbH" }, - "repository": "git@gitlab.com:itv.sh1/design-system.sh.git", + "repository": "git@gitlab.com:itvsh/design-system.git", "scripts": { "dev": "vuepress dev src", "build": "vuepress build src", diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 3496cde..b72ab30 100755 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -143,7 +143,7 @@ module.exports = { themeConfig: { title: 'ITVSH Design System Dokumentation', repoLabel: 'Gitlab', - repo: 'https://gitlab.com/itv.sh1/design-system.sh', + repo: 'https://gitlab.com/itvsh/design-system.git', editLinks: true, editLinkText: 'Hilf uns diese Seite zu verbessern!', docsBranch: 'main', -- GitLab