diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-29 14:39:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-29 14:39:03 -0400 |
commit | 7f026ed4978c6ef08f0adf1e4c50d81bfb151b4b (patch) | |
tree | ddd40a0110c0c691ccedcc1d7020cb14f818417d /doc/builds.mdwn | |
parent | d86d6c0f6910158b2b7a4433e8b087eb96152680 (diff) |
don't use https for windows autobuilder, it's expired cert
Diffstat (limited to 'doc/builds.mdwn')
-rw-r--r-- | doc/builds.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/builds.mdwn b/doc/builds.mdwn index 1ff0fbd13..69acf7ab7 100644 --- a/doc/builds.mdwn +++ b/doc/builds.mdwn @@ -16,5 +16,5 @@ <iframe width=1024 scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks/"> </iframe> <h2>Windows</h2> -<iframe width=1024 height=1024 scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://qa.nest-initiative.org/view/msysGit/job/msysgit-git-annex-assistant-test/"> +<iframe width=1024 height=1024 scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="http://qa.nest-initiative.org/view/msysGit/job/msysgit-git-annex-assistant-test/"> </iframe> |