Skip to content

Commit 857e99b

Browse files
authored
chore: Update URLs in demo index pages and "Blockly Plugins & Demos" page (#2623)
* chore: Update URLs in demos * chore: Update URLs on Plugins and Demos page
1 parent 24a05cf commit 857e99b

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

examples/generator-demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<p>
2929
&rarr; More info on
3030
<a
31-
href="https://developers.google.com/blockly/guides/configure/web/code-generators"
31+
href="https://developers.google.com/blockly/guides/create-custom-blocks/code-generation/overview"
3232
>Code Generators</a
3333
>
3434
and

examples/graph-demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<p>
4141
&rarr; More info on
4242
<a
43-
href="https://developers.google.com/blockly/guides/configure/web/code-generators#generating_code"
43+
href="https://developers.google.com/blockly/guides/app-integration/run-code#continuous_updates"
4444
>Realtime generation</a
4545
>&hellip;
4646
</p>

examples/toolbox-demo/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<p>This is a demo of a complex category structure for the toolbox.</p>
2323

2424
<p>
25-
&rarr; More info on the
25+
&rarr; More info on
2626
<a
27-
href="https://developers.google.com/blockly/guides/configure/web/toolbox"
28-
>Toolbox</a
27+
href="https://developers.google.com/blockly/guides/configure/web/toolboxes/category"
28+
>Toolbox Categories</a
2929
>&hellip;
3030
</p>
3131

gh-pages/_index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h3 id="workspace">
191191
Workspace
192192
</h3>
193193
<p>
194-
These plugins add new features and functionality to the Blockly workspace.
194+
These plugins add new features and functionality to the Blockly workspace. Learn more about <a href="https://developers.google.com/blockly/guides/configure/web/configuration_struct">creating a workspace</a>.
195195
</p>
196196
<div class="grid">
197197
<a class="card" href="plugins/workspace-backpack/test/index.html">
@@ -361,7 +361,7 @@ <h3 id="toolbox">
361361
Toolbox
362362
</h3>
363363
<p>
364-
These plugins add new features and functionality to the Blockly toolbox. Learn more about <a href="https://developers.google.com/blockly/guides/configure/web/toolbox">customizing the toolbox</a>.
364+
These plugins add new features and functionality to the Blockly toolbox. Learn more about <a href="https://developers.google.com/blockly/guides/configure/web/toolboxes/toolbox">customizing the toolbox</a>.
365365
</p>
366366
<div class="grid">
367367
<a class="card" href="plugins/typed-variable-modal/test/index.html">
@@ -417,7 +417,7 @@ <h3 id="themes">
417417
Themes
418418
</h3>
419419
<p>
420-
Themes let you customize the visual appearance of Blockly. Learn more about <a href="https://developers.google.com/blockly/guides/configure/web/appearance/overview">creating custom themes</a>.
420+
Themes let you customize the visual appearance of Blockly. Learn more about <a href="https://developers.google.com/blockly/guides/configure/web/appearance/themes">creating custom themes</a>.
421421
</p>
422422
<div class="grid">
423423
<a class="card vertical" href="plugins/theme-dark/test/index.html">

0 commit comments

Comments
 (0)