Skip to content

Commit 362ea3d

Browse files
committed
Fix links
1 parent 46e7928 commit 362ea3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/runtime/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ redirect_from:
99
The following properties can be used to configure Node-RED.
1010

1111
When running as a normal application, it loads its configuration from a settings
12-
file. For more information about the settings file and where it is, read [this guide](/docs/faq/settings-file).
12+
file. For more information about the settings file and where it is, read [this guide](settings-file).
1313

1414
When running as an [embedded application](embedding), the configuration options
1515
are passed in the call to `RED.init()`. However, when run in this mode, certain
@@ -116,7 +116,7 @@ The default level is `info`. For embedded devices with limited flash storage you
116116
### Editor Configuration
117117

118118
adminAuth
119-
: enables user-level security in the editor and admin API. See [security](security)
119+
: enables user-level security in the editor and admin API. See [Securing Node-RED](securing-node-red)
120120
for more information.
121121

122122
paletteCategories

0 commit comments

Comments
 (0)