Skip to content

Commit a741343

Browse files
authored
Merge pull request #294 from bonanitech/fix-links
Fix links
2 parents 097cf4a + a35df7a commit a741343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/environment-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ in a file named `environment` within the Node-RED user directory, `~/.node-red`.
121121

122122
Node-RED defines a set of environment variables for exposing information about the nodes, flows and groups.
123123

124-
This information helps "locate" the node in your [workspace](/docs/user-guide/editor/workspace/index.md). Nodes in your workspace exist as part of a [flow](/docs/user-guide/editor/workspace/flows.md). Likewise, a node may (or may not) be part of a [group](/docs/user-guide/editor/workspace/groups.md). Nodes, flows and groups are each given unique IDs that are generated by Node-RED.
124+
This information helps "locate" the node in your [workspace](/docs/user-guide/editor/workspace). Nodes in your workspace exist as part of a [flow](/docs/user-guide/editor/workspace/flows). Likewise, a node may (or may not) be part of a [group](/docs/user-guide/editor/workspace/groups). Nodes, flows and groups are each given unique IDs that are generated by Node-RED.
125125

126-
Nodes, flows and groups all support the `name` property, which you can change when [editing properties](/docs/user-guide/editor/workspace/nodes.md#editing-node-properties).
126+
Nodes, flows and groups all support the `name` property, which you can change when [editing properties](/docs/user-guide/editor/workspace/nodes#editing-node-properties).
127127

128128
The following environment variables can be used to access this information for a given node:
129129

0 commit comments

Comments
 (0)