Skip to content

Commit 1bb2613

Browse files
author
Dave Conway-Jones
committed
Fix up links to flow tutorials
1 parent ad22db7 commit 1bb2613

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

Diff for: docs/getting-started/local.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,5 @@ If you are using Windows, do not start the command with <code>sudo</code>.
185185
### Next steps
186186

187187
- [Learn how to secure your editor](/docs/user-guide/runtime/securing-node-red)
188-
- [Create your first flow](/tutorials/first-flow)
188+
- [Create your first flow](/docs/tutorials/first-flow)
189189
- [Starting Node-RED on boot](/docs/faq/starting-node-red-on-boot)

Diff for: docs/getting-started/raspberrypi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ can find the IP address by running `hostname -I` on the Pi.
120120
### Next steps
121121

122122
- [Learn how to secure your editor](/docs/user-guide/runtime/securing-node-red)
123-
- [Create your first flow](/tutorials/first-flow)
123+
- [Create your first flow](/docs/tutorials/first-flow)
124124
- [Adding nodes to the palette](/docs/faq/adding-nodes)

Diff for: docs/getting-started/windows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ This will output the Node-RED log to the terminal. You must keep the terminal op
130130

131131
Note that running Node-RED will create a new folder in your `%HOMEPATH%` folder called `.node-red`. This is your `userDir` folder, think of it as the home folder for Node-RED configuration for the current user. You will often see this referred to as `~/.node-red` in documentation. `~` is shorthand for the user home folder on Unix-like systems. You can use the same reference if using PowerShell as your command line as recommended. If you are using the older `cmd` shell, that won't work.
132132

133-
You can now create your [first flow](../getting-started/first-flow).
133+
You can now create your [first flow](/docs/tutorials/first-flow).
134134

135135
#### Using PM2
136136

Diff for: docs/tutorials/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ to get the most from it.
2121
</div>
2222

2323
<div class="post-preview">
24-
<a href="first-flow">
24+
<a href="second-flow">
2525
<div class="post-header">
2626
<h2>Your second flow</h2>
2727
</div>
@@ -32,5 +32,4 @@ to get the most from it.
3232
</a>
3333
</div>
3434

35-
3635
</div>

0 commit comments

Comments
 (0)