@@ -9,7 +9,7 @@ Blockly.Blocks['tm1637_new'] = {
99 this . setOutput ( true ) ;
1010 this . setColour ( 230 ) ;
1111 this . setTooltip ( '' ) ;
12- this . setHelpUrl ( 'https://tutorials .webduino.io/zh-tw/ docs/cloud/component/7-segment-display.html ' ) ;
12+ this . setHelpUrl ( 'https://resource .webduino.io/docs/cloud-component /component-light /7-segment-display#tm1637_new ' ) ;
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 ( 'https://tutorials .webduino.io/zh-tw/ docs/cloud/component/7-segment-display.html ' ) ;
29+ this . setHelpUrl ( 'https://resource .webduino.io/docs/cloud-component /component-light /7-segment-display#tm1637_brightness ' ) ;
3030 }
3131} ;
3232
@@ -43,9 +43,9 @@ Blockly.Blocks['tm1637_segments'] = {
4343 this . setNextStatement ( true , null ) ;
4444 this . setColour ( 65 ) ;
4545 this . setTooltip ( '' ) ;
46- this . setHelpUrl ( 'https://tutorials .webduino.io/zh-tw/ docs/cloud/component/7-segment-display.html ' ) ;
46+ this . setHelpUrl ( 'https://resource .webduino.io/docs/cloud-component /component-light /7-segment-display#tm1637_segments ' ) ;
4747 }
48- } ;
48+ } ;
4949
5050Blockly . Blocks [ 'tm1637_showdec' ] = {
5151 init : function ( ) {
@@ -61,8 +61,8 @@ Blockly.Blocks['tm1637_showdec'] = {
6161 this . setPreviousStatement ( true , null ) ;
6262 this . setNextStatement ( true , null ) ;
6363 this . setColour ( 65 ) ;
64- this . setTooltip ( '' ) ;
65- this . setHelpUrl ( 'https://tutorials .webduino.io/zh-tw/ docs/cloud/component/7-segment-display.html ' ) ;
64+ this . setTooltip ( '' ) ;
65+ this . setHelpUrl ( 'https://resource .webduino.io/docs/cloud-component /component-light /7-segment-display#tm1637_showdec ' ) ;
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 ( 'https://tutorials .webduino.io/zh-tw/ docs/cloud/component/7-segment-display.html ' ) ;
79+ this . setHelpUrl ( 'https://resource .webduino.io/docs/cloud-component /component-light /7-segment-display#tm1637_off ' ) ;
8080 }
8181} ;
0 commit comments