From 4fb9c04f8344fecdb4fb014772a36481fa6ea887 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 17 Mar 2017 18:05:31 +0100 Subject: move statscompiler -> compiler --- .gitmodules | 2 +- compiler | 1 + statscompiler | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 160000 compiler delete mode 160000 statscompiler diff --git a/.gitmodules b/.gitmodules index 7cdadb1..18d5138 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,7 +26,7 @@ path = vainsocial url = https://gitlab.com/vainglorygame/vainsocial branch = releases/1.0.0 -[submodule "vainglorygame.gitlab.io"] +[submodule "vainglorygame.github.io"] path = vainglorygame.gitlab.io url = https://gitlab.com/vainglorygame/vainglorygame.gitlab.io [submodule "analyzer"] diff --git a/compiler b/compiler new file mode 160000 index 0000000..e0cf6bf --- /dev/null +++ b/compiler @@ -0,0 +1 @@ +Subproject commit e0cf6bfb6bfd824da141131922e9688caba5eb09 diff --git a/statscompiler b/statscompiler deleted file mode 160000 index e0cf6bf..0000000 --- a/statscompiler +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e0cf6bfb6bfd824da141131922e9688caba5eb09 -- cgit v1.3.1