From 95821731f4a9c006c1769f166b2881596123b308 Mon Sep 17 00:00:00 2001 From: Mehmet Oguz Derin Date: Wed, 3 Jan 2024 15:16:43 +0900 Subject: [PATCH] Fix relative links in README of Models subdirectory --- Models/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Models/README.md b/Models/README.md index 80c9dec1..63b2f132 100644 --- a/Models/README.md +++ b/Models/README.md @@ -2,10 +2,10 @@ This interface to the model repository is obsolete. You need to use one of the new interfaces from the list below: -* [Showcase](../Models-showcase.md) for models that are showcased in Khronos publicity. These are usually complex models with high visual quality. -* [Complete](../Models.md) for a complete list of all models. -* [Testing](../Models-testing.md) for models intended to be used for testing of viewers, converts, and other software systems. -* [Core Only](../Models-core.md) for models that only use glTF Core V2.0 features and capabilities (no extensions). -* [Video Tutorials](../Models-video.md) for models used in any glTF Tutorial video. -* [Written Tutorials](../Models-written.md) for models used in a written glTF Tutorial. -* [Issues](../Models-issues.md) for models with one or more issues that need to be resolved. +* [Showcase](./Models-showcase.md) for models that are showcased in Khronos publicity. These are usually complex models with high visual quality. +* [Complete](./Models.md) for a complete list of all models. +* [Testing](./Models-testing.md) for models intended to be used for testing of viewers, converts, and other software systems. +* [Core Only](./Models-core.md) for models that only use glTF Core V2.0 features and capabilities (no extensions). +* [Video Tutorials](./Models-video.md) for models used in any glTF Tutorial video. +* [Written Tutorials](./Models-written.md) for models used in a written glTF Tutorial. +* [Issues](./Models-issues.md) for models with one or more issues that need to be resolved.