aboutsummaryrefslogtreecommitdiffhomepage
path: root/registry/vkconventions.py
diff options
context:
space:
mode:
Diffstat (limited to 'registry/vkconventions.py')
-rwxr-xr-xregistry/vkconventions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/vkconventions.py b/registry/vkconventions.py
index 3597a37..1759d35 100755
--- a/registry/vkconventions.py
+++ b/registry/vkconventions.py
@@ -194,7 +194,7 @@ class VulkanConventions(ConventionsBase):
instead. N.b. this may need to change on a per-refpage basis if
there are multiple documents involved.
"""
- return 'https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html'
+ return 'https://registry.khronos.org/vulkan/specs/latest/html/vkspec.html'
@property
def xml_api_name(self):