Update URLs

This commit is contained in:
Vincent Fiduccia 2016-10-25 10:15:16 -07:00
parent 94bf8a84fa
commit 31c16fa817
1 changed files with 3 additions and 3 deletions

View File

@ -62,11 +62,11 @@ var C = {
CATALOG: {
INFRA_KEY: 'infra',
INFRA_VALUE: 'https://github.com/rancher/infra-catalog.git',
INFRA_VALUE: 'https://git.rancher.io/infra-catalog.git',
LIBRARY_KEY: 'library',
LIBRARY_VALUE: 'https://github.com/rancher/rancher-catalog.git',
LIBRARY_VALUE: 'https://git.rancher.io/rancher-catalog.git',
COMMUNITY_KEY: 'community',
COMMUNITY_VALUE: 'https://github.com/rancher/community-catalog.git',
COMMUNITY_VALUE: 'https://git.rancher.io/community-catalog.git',
DEFAULT_BRANCH: 'master',
},