From 20d072b7b3a1a9ddb7c8a32a4c3e82d1454f5f02 Mon Sep 17 00:00:00 2001 From: Ravin Singh D <108449659+uni-ravin-singh@users.noreply.github.com> Date: Thu, 23 Jul 2026 01:35:41 +0530 Subject: [PATCH] Update installation link in quickstart guide The installation page link was wrong --- OpenGeometry/quickstart.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenGeometry/quickstart.mdx b/OpenGeometry/quickstart.mdx index 444e94d..94a9f58 100644 --- a/OpenGeometry/quickstart.mdx +++ b/OpenGeometry/quickstart.mdx @@ -7,7 +7,7 @@ This guide will walk you through creating a simple 3D scene with OpenGeometry an ## Prerequisites -Make sure you have completed the [installation](/installation) steps and have both OpenGeometry and Three.js installed. +Make sure you have completed the [installation](/OpenGeometry/installation) steps and have both OpenGeometry and Three.js installed. ## Basic Setup @@ -325,4 +325,4 @@ scene.add(polyline); For more complex examples including sweep operations, offset curves, and advanced CAD operations, check out the [OpenGeometry Examples repository](https://github.com/OpenGeometry-io/OpenGeometry-examples). - \ No newline at end of file +