Skip to content

Commit ca8bf67

Browse files
authored
Merge pull request node-red#123 from kazuhitoyokoi/master-fixbrokenlinks
Fix broken links
2 parents e9e50bc + 65df1df commit ca8bf67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting-started/local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Option | Description |
135135
Node-RED uses `flows_<hostname>.json` as the default flows file. If the computer
136136
you are running on may change its hostname, then you should ensure you provide a
137137
static file name; either as a command-line argument or using the `flowsFile` option
138-
in your [settings file](settings-file).
138+
in your [settings file](/docs/user-guide/runtime/settings-file).
139139

140140
### Passing arguments to the underlying Node.js process
141141

docs/user-guide/node-red-admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ it to access. By default, it assumes `http://localhost:1880`. To change that, us
3131

3232
node-red-admin target http://node-red.example.com/admin
3333

34-
If [authentication](security) is enabled, you must then `login`:
34+
If [authentication](/docs/user-guide/runtime/securing-node-red) is enabled, you must then `login`:
3535

3636
node-red-admin login
3737

0 commit comments

Comments
 (0)