Skip to content

Commit

Permalink
feat(BLE): add help link
Browse files Browse the repository at this point in the history
  • Loading branch information
haithembelhaj committed Apr 30, 2024
1 parent c006da9 commit 802b3a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/libraries/extensions/calliopeMini/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ const entry = {
id: 'gui.extension.microbit.connectingMessage'
});
},
helpLink: '',
helpLink:
'https://calliope.cc/programmieren/editoren/calliope-mini-blocks-scratch-programmieren',
setFormatMessage: formatter => {
formatMessage = formatter;
},
Expand Down

0 comments on commit 802b3a2

Please sign in to comment.