File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Blockly.Blocks['ev3bt_new'] = {
3434 this . setOutput ( true ) ;
3535 this . setColour ( 230 ) ;
3636 this . setTooltip ( '' ) ;
37- this . setHelpUrl ( 'https://tutorials.webduino.io/ ' ) ;
37+ this . setHelpUrl ( '' ) ;
3838 }
3939} ;
4040
@@ -58,7 +58,7 @@ Blockly.Blocks['ev3bt_sendmsg'] = {
5858 this . setNextStatement ( true , null ) ;
5959 this . setColour ( 65 ) ;
6060 this . setTooltip ( '' ) ;
61- this . setHelpUrl ( 'https://tutorials.webduino.io/ ' ) ;
61+ this . setHelpUrl ( '' ) ;
6262 }
6363} ;
6464
@@ -78,7 +78,7 @@ Blockly.Blocks['ev3bt_recv'] = {
7878 this . setNextStatement ( true , null ) ;
7979 this . setColour ( 65 ) ;
8080 this . setTooltip ( '' ) ;
81- this . setHelpUrl ( 'https://tutorials.webduino.io/ ' ) ;
81+ this . setHelpUrl ( '' ) ;
8282 }
8383} ;
8484
@@ -92,6 +92,6 @@ Blockly.Blocks['ev3bt_getmsg'] = {
9292 this . setOutput ( true , null ) ;
9393 this . setColour ( 35 ) ;
9494 this . setTooltip ( '' ) ;
95- this . setHelpUrl ( 'https://tutorials.webduino.io/ ' ) ;
95+ this . setHelpUrl ( '' ) ;
9696 }
9797} ;
You can’t perform that action at this time.
0 commit comments