Skip to content

Commit b2a639a

Browse files
authored
Merge pull request node-red#124 from kazuhitoyokoi/master-fixbrokenlinks
Fix broken links
2 parents ca8bf67 + 60ab704 commit b2a639a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/user-guide/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ slug: concepts
113113
editor. These include panels to view more information and help about a node,
114114
to view debug message and to view the flow's configuration nodes.
115115

116-
- [Working with the Sidebar](docs/user-guide/editor/sidebar/)
116+
- [Working with the Sidebar](/docs/user-guide/editor/sidebar/)
117117

118118

119119
<script>

docs/user-guide/editor/workspace/nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ It also provides a select box to set the scope of the config node. The scope
123123
determines which flows the config node is available on. By default it is available
124124
on all flows, but the select box can be used to make it local to just one flow.
125125

126-
The [Configuration Nodes Sidebar](sidebar/config) can be used to manage all config nodes.
126+
The [Configuration Nodes Sidebar](/docs/user-guide/editor/sidebar/config) can be used to manage all config nodes.

0 commit comments

Comments
 (0)