aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2018-05-12 14:38:31 -0600
committerKarl Schultz <karl@lunarg.com>2018-05-12 14:38:31 -0600
commit6cc6bf529f669f4d2b7855fca8f6e2307b386b61 (patch)
treeaedbc5244e4762588f214dff75588ca49cddd602
parent9725953c8ca12e789292ba20b6126d822568260b (diff)
downloadusermoji-6cc6bf529f669f4d2b7855fca8f6e2307b386b61.tar.xz
repo: Fix git submodules and AppVayor badge
-rw-r--r--.gitmodules2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index bf575980..bf4fac3b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "Vulkan-Headers"]
path = Vulkan-Headers
- url = git@github.com:KhronosGroup/Vulkan-Headers.git
+ url = https://github.com/KhronosGroup/Vulkan-Headers.git
diff --git a/README.md b/README.md
index 34edfc76..7a86d0e4 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This project provides Khronos official Vulkan Tools and Utilities for Windows, L
| Platform | Build Status |
|:--------:|:------------:|
| Linux/Android | [![Build Status](https://travis-ci.org/KhronosGroup/Vulkan-Tools.svg?branch=master)](https://travis-ci.org/KhronosGroup/Vulkan-Tools) |
-| Windows |[![Build status](https://ci.appveyor.com/api/projects/status/ri4584d6qramrjiv/branch/master?svg=true)](https://ci.appveyor.com/project/Khronoswebmaster/vulkan-tools/branch/master) |
+| Windows |[![Build status](https://ci.appveyor.com/api/projects/status/hwc1hy417hf42xnf?svg=true)](https://ci.appveyor.com/project/Khronoswebmaster/vulkan-tools/branch/master) |
## Introduction