Skip to content

Commit 1a983ca

Browse files
committed
fix tutorial link
1 parent c12e553 commit 1a983ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blockly/blocks.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Blockly.Blocks['tm1637_new'] = {
99
this.setOutput(true);
1010
this.setColour(230);
1111
this.setTooltip('');
12-
this.setHelpUrl('http://webduinoio.github.io/demo/max7219/');
12+
this.setHelpUrl('https://tutorials.webduino.io/zh-tw/docs/cloud/component/7-segment-display.html');
1313
}
1414
};
1515

@@ -26,7 +26,7 @@ Blockly.Blocks['tm1637_brightness'] = {
2626
this.setNextStatement(true, null);
2727
this.setColour(65);
2828
this.setTooltip('');
29-
this.setHelpUrl('http://www.example.com/');
29+
this.setHelpUrl('https://tutorials.webduino.io/zh-tw/docs/cloud/component/7-segment-display.html');
3030
}
3131
};
3232

@@ -43,7 +43,7 @@ Blockly.Blocks['tm1637_segments'] = {
4343
this.setNextStatement(true, null);
4444
this.setColour(65);
4545
this.setTooltip('');
46-
this.setHelpUrl('http://www.example.com/');
46+
this.setHelpUrl('https://tutorials.webduino.io/zh-tw/docs/cloud/component/7-segment-display.html');
4747
}
4848
};
4949

@@ -62,7 +62,7 @@ Blockly.Blocks['tm1637_showdec'] = {
6262
this.setNextStatement(true, null);
6363
this.setColour(65);
6464
this.setTooltip('');
65-
this.setHelpUrl('http://www.example.com/');
65+
this.setHelpUrl('https://tutorials.webduino.io/zh-tw/docs/cloud/component/7-segment-display.html');
6666
}
6767
};
6868

@@ -76,6 +76,6 @@ Blockly.Blocks['tm1637_off'] = {
7676
this.setNextStatement(true, null);
7777
this.setColour(65);
7878
this.setTooltip('');
79-
this.setHelpUrl('http://www.example.com/');
79+
this.setHelpUrl('https://tutorials.webduino.io/zh-tw/docs/cloud/component/7-segment-display.html');
8080
}
8181
};

0 commit comments

Comments
 (0)