Skip to content

Commit 0454122

Browse files
committed
Merge pull request godotengine#100711 from spoxii/patch/gltfstate_link_typo
Remove trailing double quote from link in GLTFState class documentation
2 parents 31c0777 + a676465 commit 0454122

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)