From 5b362b3006c63489120f9ebf8bc2b4f8c764a9cb Mon Sep 17 00:00:00 2001 From: Ben Henning Date: Thu, 20 Nov 2025 12:30:24 -0800 Subject: [PATCH] fix: Update README.md links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd54b0fe2e..0aee4b0ade 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

-Blockly Samples
+Blockly Samples

-Plugins, codelabs, and examples related to the [Blockly](https://github.com/google/blockly) library. +Plugins, codelabs, and examples related to the [Blockly](https://github.com/RaspberryPiFoundation/blockly) library. This repository has three sections: @@ -10,7 +10,7 @@ This repository has three sections: - [Examples](examples/): self-contained sample projects demonstrating techniques to include and extend the Blockly library. - [Codelabs](codelabs/): interactive tutorials demonstrating how to use Blockly. -Please see our [GitHub Pages site](https://google.github.io/blockly-samples/index.html) for interactive demos of most plugins. +Please see our [GitHub Pages site](https://raspberrypifoundation.github.io/blockly-samples/index.html) for interactive demos of most plugins. ## Support