Skip to content

Commit a676465

Browse files
authored
Remove trailing double quote from link in GLTFState class documentation
This fixes the link to https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/schema/asset.schema.json
1 parent a7a2a12 commit a676465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gltf/doc_classes/GLTFState.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</description>
1010
<tutorials>
1111
<link title="Runtime file loading and saving">$DOCS_URL/tutorials/io/runtime_file_loading_and_saving.html</link>
12-
<link title="glTF asset header schema">https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/schema/asset.schema.json"</link>
12+
<link title="glTF asset header schema">https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/schema/asset.schema.json</link>
1313
</tutorials>
1414
<methods>
1515
<method name="add_used_extension">

0 commit comments

Comments
 (0)