diff --git a/extensions/README.md b/extensions/README.md index 060620d413..26751a6334 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -28,7 +28,7 @@ glTF extensions extend the base glTF model format. Extensions can introduce new ## Extension Mechanics -All glTF object properties (see [glTFProperty.schema.json](https://github.com/KhronosGroup/glTF/blob/master/specification/schema/glTFProperty.schema.json)) have an optional `extensions` object property that can contain new extension-specific properties. This allows extensions to extend any part of glTF, including geometry, materials, animations, etc. Extensions can also introduce new parameter semantics, reserved IDs, and new formats containing glTF. +All glTF object properties (see [glTFProperty.schema.json](../specification/2.0/schema/glTFProperty.schema.json)) have an optional `extensions` object property that can contain new extension-specific properties. This allows extensions to extend any part of glTF, including geometry, materials, animations, etc. Extensions can also introduce new parameter semantics, reserved IDs, and new formats containing glTF. Extensions can't remove existing glTF properties or redefine existing glTF properties to mean something else.