Skip to content

Commit

Permalink
Merge pull request #314 from FlowFuse/zj-rebrand-part-12345
Browse files Browse the repository at this point in the history
rebrand: Update FlowForge to FlowFuse
  • Loading branch information
joepavitt authored Nov 7, 2023
2 parents cc0c8ae + 3d24ca2 commit 270c42b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/epic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body:
id: estimation
attributes:
label: Have you provided an initial effort estimate for this issue?
description: See our [handbook](https://flowforge.com/handbook/development/releases/planning/#effort-estimation) for more details.
description: See our [handbook](https://flowfuse.com/handbook/development/releases/planning/#effort-estimation) for more details.
multiple: false
options:
- I have provided an initial effort estimate
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
id: estimation
attributes:
label: Have you provided an initial effort estimate for this issue?
description: See our [handbook](https://flowforge.com/handbook/development/releases/planning/#effort-estimation) for more details.
description: See our [handbook](https://flowfuse.com/handbook/development/releases/planning/#effort-estimation) for more details.
multiple: false
options:
- I have provided an initial effort estimate
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/story.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body:
id: pricing
attributes:
label: Which customers would this be availble to
description: Based on our [pricing principles](https://flowforge.com/handbook/product/pricing/) features should be aligned between Cloud and CE/EE
description: Based on our [pricing principles](https://flowfuse.com/handbook/product/pricing/) features should be aligned between Cloud and CE/EE
multiple: false
options:
- All Users, (CE)
Expand All @@ -50,7 +50,7 @@ body:
id: estimation
attributes:
label: Have you provided an initial effort estimate for this issue?
description: See our [handbook](https://flowforge.com/handbook/development/releases/planning/#effort-estimation) for more details.
description: See our [handbook](https://flowfuse.com/handbook/development/releases/planning/#effort-estimation) for more details.
multiple: false
options:
- I have provided an initial effort estimate
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body:
id: estimation
attributes:
label: Have you provided an initial effort estimate for this issue?
description: See our [handbook](https://flowforge.com/handbook/development/releases/planning/#effort-estimation) for more details.
description: See our [handbook](https://flowfuse.com/handbook/development/releases/planning/#effort-estimation) for more details.
multiple: false
options:
- I have provided an initial effort estimate
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/widget-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body:
id: estimation
attributes:
label: Have you provided an initial effort estimate for this issue?
description: See our [handbook](https://flowforge.com/handbook/development/releases/planning/#effort-estimation) for more details.
description: See our [handbook](https://flowfuse.com/handbook/development/releases/planning/#effort-estimation) for more details.
multiple: false
options:
- I have provided an initial effort estimate
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Contributions are always welcome for Dashboard 2.0. We have a lot of great ideas

3. **Remove existing Dashboard 2.0:** Note - if you have already installed this dashboard via your palette, you will need to uninstall it first. This can be done from the Palette Manager in Node-RED, or via `npm` on the terminal:
```bash
npm uninstall @flowforge/node-red-dashboard
npm uninstall @flowfuse/node-red-dashboard
```

3. **Install Dashboard 2.0:** Install the forked dashboard into your Node-RED system from inside the `.node-red` folder:
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- Click "Manage Palette"
- Switch to the "Install" tab
- Search `node-red-dashboard`
- Install the `@flowforge/node-red-dashboard` package (not `node-red-dashboard`)
- Install the `@flowfuse/node-red-dashboard` package (not `node-red-dashboard`)

![Install via "Manage Palette"](./assets/images/install-palette.png){data-zoomable}
*Screenshot showing the nodes available in the Node-RED Palette Manager*
Expand Down

0 comments on commit 270c42b

Please sign in to comment.