Skip to content

Commit 8bd1177

Browse files
authored
fix: Update broken links from Google repo (#2655)
1 parent 757c569 commit 8bd1177

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/developer-tools/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link
66
rel="icon"
77
type="image/x-icon"
8-
href="https://google.github.io/blockly-samples/favicon.ico" />
8+
href="https://raspberrypifoundation.github.io/blockly-samples/favicon.ico" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1010
<title>Blockly Developer Tools</title>
1111
<link rel="preconnect" href="https://fonts.googleapis.com" />

gh-pages/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ Note: Updating GitHub Pages is done automatically when publishing plugins throug
5050
npm run deploy:upstream
5151
```
5252
53-
Test at https://google.github.io/blockly-samples/
53+
Test at https://raspberrypifoundation.github.io/blockly-samples/

plugins/dev-tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ npm install @blockly/dev-tools -D --save
1212

1313
### Playground
1414

15-
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:
15+
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:
1616

1717
- All the default blocks
1818
- All the language generators (JavaScript, Python, PHP, Lua, and Dart)

0 commit comments

Comments
 (0)