From 31c16fa817af88f3c580951e6a6b18357f034b80 Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Tue, 25 Oct 2016 10:15:16 -0700 Subject: [PATCH] Update URLs --- app/utils/constants.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/utils/constants.js b/app/utils/constants.js index 5c1670281..7eb56ca7a 100644 --- a/app/utils/constants.js +++ b/app/utils/constants.js @@ -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', },