Skip to content

Commit

Permalink
Fix Vulkan URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyCreak committed Apr 18, 2022
1 parent e6967ff commit 2a1fcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.default.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"enabled" => true,
"cache_file" => "urlcache.json",
"opengl_base_url" => "https://www.khronos.org/registry/OpenGL/extensions/",
"vulkan_base_url" => "https://khronos.org/registry/vulkan/specs/1.2-extensions/man/html/",
"vulkan_base_url" => "https://khronos.org/registry/vulkan/specs/1.3-extensions/man/html/",
],

"git" => [
Expand Down

0 comments on commit 2a1fcfa

Please sign in to comment.