From 5d7d5d696b6c9116786269e2c8493f470ae10e67 Mon Sep 17 00:00:00 2001 From: "C. J. Howard" Date: Thu, 31 Dec 2020 02:15:11 +0800 Subject: [PATCH] Update submodule URLs --- .gitmodules | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 30f17c4..b7b4009 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "modules/antkeeper-source"] path = modules/antkeeper-source - url = https://antkeeper.com/git/antkeeper/source.git + url = https://git.antkeeper.com/antkeeper/source.git [submodule "modules/antkeeper-data"] path = modules/antkeeper-data - url = https://antkeeper.com/git/antkeeper/data.git + url = https://git.antkeeper.com/antkeeper/data.git diff --git a/README.md b/README.md index 83c1663..2ebf6b2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository contains the superbuild system and all dependencies required to Download the Antkeeper superbuild repository and all of its Git submodules: - git clone --recursive https://antkeeper.com/git/antkeeper/superbuild.git + git clone --recursive https://git.antkeeper.com/antkeeper/superbuild.git > Note: The `antkeeper-data` submodule contains proprietary game data and is not publicly available. The game can be built without this submodule, but the game data is required to play Antkeeper. You can get a copy of the game data by purchasing Antkeeper at [antkeeper.com](https://antkeeper.com/).