Skip to content

Commit ace0af4

Browse files
committed
updated links in README to point to Github
1 parent 7a89445 commit ace0af4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ You will then need to restart Node-RED for it to pick-up the new nodes.
1818
# Basic operation
1919
There is a single node for all AWS Services and it is available in the Function category of the palette, as shown below. Drag the simple aws node onto your flow.
2020

21-
![Simple AWS on the palette](doc/palette.png)
21+
![Simple AWS on the palette](https://github.com/mlconnor/node-red-contrib-simple-aws/blob/master/doc/palette.png?raw=true)
2222

2323
Once the node is in the flow it will look something like this.
2424

25-
![Simple AWS Flow Screenshot](doc/screenshot.png)
25+
![Simple AWS Flow Screenshot](https://github.com/mlconnor/node-red-contrib-simple-aws/blob/master/doc/screenshot.png?raw=true)
2626

2727
You can then configure the properties of the node the way you would with any other node.
2828

29-
![Properties](doc/properties.png)
29+
![Properties](https://github.com/mlconnor/node-red-contrib-simple-aws/blob/master/doc/properties.png?raw=true)
3030

3131
The **AWS Config** property gives you a way to configure your region and credentials as you can see below. Each instance of the node can have a different set of credentials and run in different regions so it gives you a lot of flexibility.
3232

33-
![Config](doc/config.png)
33+
![Config](https://github.com/mlconnor/node-red-contrib-simple-aws/blob/master/doc/config.png?raw=true)
3434

3535
The **Name** parameter is optional and gives you the ability to give it a more descriptive name. The label will default to the service and operation you choose and I find that the default label works best 95% of the time.
3636

0 commit comments

Comments
 (0)