diff --git a/packages/node_modules/@node-red/editor-client/src/tours/3.1/welcome.js b/packages/node_modules/@node-red/editor-client/src/tours/3.1/welcome.js index 6905e5494..ce48fb45f 100644 --- a/packages/node_modules/@node-red/editor-client/src/tours/3.1/welcome.js +++ b/packages/node_modules/@node-red/editor-client/src/tours/3.1/welcome.js @@ -50,7 +50,7 @@ export default { "ja": "タブ上の変更通知", "fr": "Notification de changement sur les onglets" }, - image: 'images/tab-changes.png', + image: '3.1/images/tab-changes.png', description: { "en-US": `
When a tab contains undeployed changes it now shows the same style of change icon used by nodes.
@@ -89,7 +89,7 @@ export default { "ja": "ヘルプを見つける", "fr": "Trouver de l'aide" }, - image: 'images/node-help.png', + image: '3.1/images/node-help.png', description: { "en-US": `All node edit dialogs now include a link to that node's help in the footer.
@@ -107,7 +107,7 @@ export default { "ja": "コンテキストメニューの改善", "fr": "Menu contextuel amélioré" }, - image: 'images/context-menu.png', + image: '3.1/images/context-menu.png', description: { "en-US": `The editor's context menu has been expanded to make lots more of the built-in actions available.
@@ -129,7 +129,7 @@ export default { "ja": "フローを非表示", "fr": "Masquage de flux" }, - image: 'images/hiding-flows.png', + image: '3.1/images/hiding-flows.png', description: { "en-US": `Hiding flows is now done through the flow context menu.
The 'hide' button in previous releases has been removed from the tabs @@ -147,7 +147,7 @@ export default { "ja": "フローを固定", "fr": "Verrouillage de flux" }, - image: 'images/locking-flows.png', + image: '3.1/images/locking-flows.png', description: { "en-US": `
Flows can now be locked to prevent accidental changes being made.
When locked you cannot modify the nodes in any way.
@@ -187,7 +187,7 @@ export default { "ja": "Mermaid図を追加", "fr": "Ajout de diagrammes Mermaid" }, - image: 'images/mermaid.png', + image: '3.1/images/mermaid.png', description: { "en-US": `You can also add Mermaid diagrams directly into your node or flow descriptions.
This gives you much richer options for documenting your flows.
`, @@ -203,7 +203,7 @@ export default { "ja": "グローバル環境変数の管理", "fr": "Gestion des variables d'environnement globales" }, - image: 'images/global-env-vars.png', + image: '3.1/images/global-env-vars.png', description: { "en-US": `You can set environment variables that apply to all nodes and flows in the new 'Global Environment Variables' section of User Settings.
`,