diff --git a/examples/developer-tools/src/index.html b/examples/developer-tools/src/index.html index 0e45982eb..e7b17196c 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 1cd224cce..9fd98c18f 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 ec680bedb..977e35797 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)