From ff1ee8df60a96c6d7ba58de89d447f3f5b02ff3e Mon Sep 17 00:00:00 2001
From: Tomochika Hara <github@thara.dev>
Date: Mon, 25 Jan 2021 00:15:52 +0900
Subject: [PATCH] Fix dead link

---
 gltfTutorial/gltfTutorial_015_SimpleCameras.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gltfTutorial/gltfTutorial_015_SimpleCameras.md b/gltfTutorial/gltfTutorial_015_SimpleCameras.md
index 766b8ff..8a5ab55 100644
--- a/gltfTutorial/gltfTutorial_015_SimpleCameras.md
+++ b/gltfTutorial/gltfTutorial_015_SimpleCameras.md
@@ -159,7 +159,7 @@ When a camera object has been defined, it may be attached to a `node`. This is a
 },
 ```
 
-The differences between perspective and orthographic cameras and their properties, the effect of attaching the cameras to the nodes, and the management of multiple cameras will be explained in detail in the [Cameras](gltfTutorial_018_Cameras.md) section.
+The differences between perspective and orthographic cameras and their properties, the effect of attaching the cameras to the nodes, and the management of multiple cameras will be explained in detail in the [Cameras](gltfTutorial_016_Cameras.md) section.
 
 
 
-- 
GitLab