diff --git a/packages/node_modules/@node-red/editor-client/src/tours/3.0/welcome.js b/packages/node_modules/@node-red/editor-client/src/tours/3.0/welcome.js index 7d095ba8c..80f1a6f9c 100644 --- a/packages/node_modules/@node-red/editor-client/src/tours/3.0/welcome.js +++ b/packages/node_modules/@node-red/editor-client/src/tours/3.0/welcome.js @@ -17,7 +17,7 @@ export default { "en-US": "Context Menu", "ja": "コンテキストメニュー" }, - image: 'images/context-menu.png', + image: '3.0/images/context-menu.png', description: { "en-US": `
The editor now has its own context menu when you right-click in the workspace.
@@ -32,7 +32,7 @@ export default { "en-US": "Wire Junctions", "ja": "分岐点をワイヤーに追加" }, - image: 'images/junction-slice.gif', + image: '3.0/images/junction-slice.gif', description: { "en-US": `To make it easier to route wires around your flows, it is now possible to add junction nodes that give @@ -48,7 +48,7 @@ export default { "en-US": "Wire Junctions", "ja": "分岐点をワイヤーに追加" }, - image: 'images/junction-quick-add.png', + image: '3.0/images/junction-quick-add.png', description: { "en-US": `
Junctions can also be added using the quick-add dialog.
The dialog is opened by holding the Ctrl (or Cmd) key when @@ -62,7 +62,7 @@ export default { "en-US": "Debug Path Tooltip", "ja": "デバッグパスのツールチップ" }, - image: 'images/debug-path-tooltip.png', + image: '3.0/images/debug-path-tooltip.png', description: { "en-US": `
When hovering over a node name in the Debug sidebar, a new tooltip shows the full location of the node.
@@ -81,7 +81,7 @@ export default { "en-US": "Continuous Search", "ja": "連続した検索" }, - image: 'images/continuous-search.png', + image: '3.0/images/continuous-search.png', description: { "en-US": `When searching for things in the editor, a new toolbar in the workspace provides options to quickly jump between @@ -94,7 +94,7 @@ export default { "en-US": "New wiring actions", "ja": "新しいワイヤー操作" }, - image: "images/split-wire-with-links.gif", + image: "3.0/images/split-wire-with-links.gif", description: { "en-US": `
A new action has been added that will replace a wire with a pair of connected Link nodes: