Skip to content

Commit

Permalink
Merge pull request #2532 from FlowFuse/sumitshinde-84-patch-4
Browse files Browse the repository at this point in the history
Update redirect.md
  • Loading branch information
ZJvandeWeg authored Sep 4, 2024
2 parents 31f64c4 + 768c44b commit 9959826
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/redirect.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ redirects:
- { "from": "/blog/2024/03/using_webcam_with_node-red/", "to": "/node-red/peripheral/webcam/" }
- { "from": "/blog/2023/05/visualize-production-data-via-modbus-in-node-red/", "to": "/node-red/protocol/modbus/" }
- { "from": "/blog/flowforge/", "to": "/blog/flowfuse/" }
- { "from": "/node-red/core-nodes/httpin/", "to": "/node-red/core-nodes/http-in/" }
- { "from": "/node-red/core-nodes/httprequest/", "to": "/node-red/core-nodes/http-request/" }
- { "from": "/node-red/core-nodes/file/", "to": "/node-red/core-nodes/write-file/" }
- { "from": "/node-red/core-nodes/watch/", "to": "/node-red/core-nodes/read-file/" }
- { "from": "/node-red/core-nodes/tcpin/", "to": "/node-red/core-nodes/tcp-in/" }
- { "from": "/node-red/core-nodes/httpproxy/", "to": "/node-red/core-nodes/http-proxy/" }

# The "permalink" attribute determines where the output page will be located.
permalink: "{{ redirect.from }}"
Expand Down

0 comments on commit 9959826

Please sign in to comment.