From 795a156685b838b5a6a9370f8b1014b95cbac827 Mon Sep 17 00:00:00 2001 From: Vamshi krishna Date: Thu, 30 Apr 2026 17:20:09 +0530 Subject: [PATCH] Fix link to Example Extensions tutorials --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 568c76f..6320626 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ functioning SketchUp Extensions, complete with comments and helpful hints. Hopefully you can use these examples however you want. The Example code is available 3 different ways. You can: -1. Read the [Example Extensions tutorials on the SketchUp Developer website](https://developer.sketchup.com/developers/example-extensions). +1. Read the [Example Extensions tutorials on the SketchUp Developer website](https://developer.sketchup.com/exampleextensions). Read through the step by step tutorial of the code and comments and try to follow along by building the same extension yourself. Use these examples to help learn better SketchUp API usage.