Backend for songs.zachdecook.com
- Repository: Use gitlab
| -rw-r--r-- | .gitmodules | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| m--------- | chordsdata | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index fdb6f10..8df74f7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/earboxer/ccharter.git [submodule "chordsdata"] path = chordsdata - url = https://github.com/earboxer/chordsdata.git + url = https://gitlab.com/earboxer/chordsdata.git @@ -5,7 +5,7 @@ * Have the ability to serve php files. * Clone this repository, including the submodules, into such a place. - ```git clone --recursive https://github.com/earboxer/prosongsa.git``` + ```git clone --recursive https://gitlab.com/earboxer/prosongsa.git``` If you've already cloned without the submodules, you can use `git submodule update --init --recursive`. diff --git a/chordsdata b/chordsdata -Subproject 69f8cdc1ee0370e30b09d409d3489dc48e930af +Subproject 036a357e86fbe478504a731310d8e6c8fb2d2ad |