diff options
| author | Karl Schultz <karl@lunarg.com> | 2018-05-12 14:38:31 -0600 |
|---|---|---|
| committer | Karl Schultz <karl@lunarg.com> | 2018-05-12 14:38:31 -0600 |
| commit | 6cc6bf529f669f4d2b7855fca8f6e2307b386b61 (patch) | |
| tree | aedbc5244e4762588f214dff75588ca49cddd602 | |
| parent | 9725953c8ca12e789292ba20b6126d822568260b (diff) | |
| download | usermoji-6cc6bf529f669f4d2b7855fca8f6e2307b386b61.tar.xz | |
repo: Fix git submodules and AppVayor badge
| -rw-r--r-- | .gitmodules | 2 | ||||
| -rw-r--r-- | README.md | 2 |
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 @@ -6,7 +6,7 @@ This project provides Khronos official Vulkan Tools and Utilities for Windows, L | Platform | Build Status | |:--------:|:------------:| | Linux/Android | [](https://travis-ci.org/KhronosGroup/Vulkan-Tools) | -| Windows |[](https://ci.appveyor.com/project/Khronoswebmaster/vulkan-tools/branch/master) | +| Windows |[](https://ci.appveyor.com/project/Khronoswebmaster/vulkan-tools/branch/master) | ## Introduction |
