From c9fe20015747fbf1e968fd4fe6b62cc63455b817 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Mon, 20 Apr 2020 17:17:42 +0800 Subject: [PATCH] move repository from BitBucket to GitHub --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 58677d0..da5dcd6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,7 +15,7 @@ url = https://github.com/juj/MathGeoLib.git [submodule "TexConv"] path = TexConv - url = https://hyzboy@bitbucket.org/cm_dev/cmtexconv.git + url = https://github.com/hyzboy/TexConv.git [submodule "CM2D"] path = CM2D url = https://github.com/hyzboy/CM2D.git @@ -24,7 +24,7 @@ url = https://github.com/hyzboy/CMAssetsManage.git [submodule "ShaderMaker"] path = ShaderMaker - url = https://hyzboy@bitbucket.org/hyzboy/cmshadermaker.git + url = https://github.com/hyzboy/ShaderMaker.git [submodule "Examples"] path = Examples url = https://github.com/hyzboy/CMExamples.git