diff --git a/package.json b/package.json index debfc7ef1017430a070bea95c674ffe9ed92132a..c4453369eb7f5f9cf9d3a7a6abca770c8c467bd7 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 3496cdebf4f0a5dae7e4bd1453d034642b3559b9..b72ab302e85ffa3de68812b763e52ddbb698e7de 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',