Skip to content

Commit 26de2c0

Browse files
masaeokadaknolleary
authored andcommitted
fix links (#76)
1 parent 42275c6 commit 26de2c0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/creating-nodes/packaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ do with your code.
9595
### Publishing to npm
9696

9797
There are lots of guides to publishing a package to the npm repository.
98-
A basic overview is available [here](https://www.npmjs.org/doc/misc/npm-developers.html).
98+
A basic overview is available [here](https://docs.npmjs.com/misc/developers).
9999

100100
Please be sure to publicise your node on the [project mailing list](https://groups.google.com/forum/#!forum/node-red).

docs/platforms/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ This will output the Node-RED log to the terminal. You must keep the terminal op
126126

127127
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.
128128

129-
You can now create your [first flow](first-flow).
129+
You can now create your [first flow](../getting-started/first-flow).
130130

131131
#### Using PM2
132132

docs/user-guide/messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ store the result in a new message property `msg.payload.temperature_c`.
157157
{:style="display: inline-block;"}
158158
<br style="clear: both;" />
159159
*Note that JSONata expressions look a lot like JavaScript, but have some key differences.
160-
Refer to the [jsonata.org](jsonata.org) site for more inforation.*
160+
Refer to the [jsonata.org](http://jsonata.org) site for more inforation.*
161161

162162
### Message sequences
163163

0 commit comments

Comments
 (0)