diff options
author | Chloe Kudryavtsev <toast@toastin.space> | 2018-12-23 18:35:01 -0500 |
---|---|---|
committer | Chloe Kudryavtsev <toast@toastin.space> | 2018-12-23 18:35:01 -0500 |
commit | c3466748dc50aaa57a4da14d90b740ff609e015f (patch) | |
tree | 5f422996302fcb1af045ce395cf719441574384f | |
parent | 4a47c874f8e14e5fbf1b9781cfa903479b09a49e (diff) | |
download | docs.a.o-c3466748dc50aaa57a4da14d90b740ff609e015f.tar.bz2 docs.a.o-c3466748dc50aaa57a4da14d90b740ff609e015f.tar.xz |
Change url to use https rather than git
isomorphic-git seems to have trouble with git://
-rw-r--r-- | site.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ site: content: sources: - - url: git://git.alpinelinux.org/docs/user-handbook.git + - url: https://git.alpinelinux.org/cgit/docs/docs.a.o branches: [ master ] ui: |