Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/developer-tools/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link
rel="icon"
type="image/x-icon"
href="https://google.github.io/blockly-samples/favicon.ico" />
href="https://raspberrypifoundation.github.io/blockly-samples/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blockly Developer Tools</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand Down
2 changes: 1 addition & 1 deletion gh-pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion plugins/dev-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading