Vicente Penades 3 years ago
parent
commit
1bc2f2221f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/SharpGLTF.Core/Schema2/README.md

+ 1 - 1
src/SharpGLTF.Core/Schema2/README.md

@@ -4,7 +4,7 @@ This namespace contains the collection of classes, structures and enumerations t
 represent the bulk of the API to access directly to glTF v2 documents.
 
 Part of the code has been generated directly from the glTF v2 schema using
-[SharpGLTF.CodeGen tool](../../build/SharpGLTF.CodeGen).
+[SharpGLTF.CodeGen tool](../../../build/SharpGLTF.CodeGen).
 
 Not all the objects of glTF v2 are exposed directly in the public API, some remain private and
 can be accessed indirectly with helper classes, for example, materials use this approach.