소스 검색

Merge pull request #100711 from spoxii/patch/gltfstate_link_typo

Remove trailing double quote from link in GLTFState class documentation
Rémi Verschelde 9 달 전
부모
커밋
0454122b3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/gltf/doc_classes/GLTFState.xml

+ 1 - 1
modules/gltf/doc_classes/GLTFState.xml

@@ -9,7 +9,7 @@
 	</description>
 	<tutorials>
 		<link title="Runtime file loading and saving">$DOCS_URL/tutorials/io/runtime_file_loading_and_saving.html</link>
-		<link title="glTF asset header schema">https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/schema/asset.schema.json"</link>
+		<link title="glTF asset header schema">https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/schema/asset.schema.json</link>
 	</tutorials>
 	<methods>
 		<method name="add_used_extension">