From 1ab63d96c319e257aca7d09d584965bf22c2a313 Mon Sep 17 00:00:00 2001 From: Khalila Gazal Date: Sat, 20 Dec 2025 17:45:51 -0300 Subject: [PATCH] fix: Update broken links from Google repo --- examples/developer-tools/src/index.html | 2 +- gh-pages/README.md | 2 +- plugins/dev-tools/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/developer-tools/src/index.html b/examples/developer-tools/src/index.html index 0e45982eb3..e7b17196cf 100644 --- a/examples/developer-tools/src/index.html +++ b/examples/developer-tools/src/index.html @@ -5,7 +5,7 @@ + href="https://raspberrypifoundation.github.io/blockly-samples/favicon.ico" /> Blockly Developer Tools diff --git a/gh-pages/README.md b/gh-pages/README.md index 1cd224cced..9fd98c18fb 100644 --- a/gh-pages/README.md +++ b/gh-pages/README.md @@ -50,4 +50,4 @@ Note: Updating GitHub Pages is done automatically when publishing plugins throug npm run deploy:upstream ``` - Test at https://google.github.io/blockly-samples/ + Test at https://raspberrypifoundation.github.io/blockly-samples/ diff --git a/plugins/dev-tools/README.md b/plugins/dev-tools/README.md index ec680bedb6..977e357971 100644 --- a/plugins/dev-tools/README.md +++ b/plugins/dev-tools/README.md @@ -12,7 +12,7 @@ npm install @blockly/dev-tools -D --save ### Playground -The playground is a tremendously useful tool for debugging your Blockly project. As a preview, here is [one of the plugin playgrounds](https://google.github.io/blockly-samples/plugins/theme-modern/test/). The playground features are: +The playground is a tremendously useful tool for debugging your Blockly project. As a preview, here is [one of the plugin playgrounds](https://raspberrypifoundation.github.io/blockly-samples/plugins/theme-modern/test/). The playground features are: - All the default blocks - All the language generators (JavaScript, Python, PHP, Lua, and Dart)