Fix README image links

This commit is contained in:
Iván Ovejero 2021-12-15 13:19:59 +01:00
parent b89543ddbd
commit beb2e9d274

View file

@ -213,14 +213,14 @@ export class Github implements INodeType {
Header text is used wherever the node's display name and description are needed: Header text is used wherever the node's display name and description are needed:
<p align="center"> <p align="center">
<img src="header1.png" width="400"> <img src="img/header1.png" width="400">
<img src="header2.png" width="200"> <img src="img/header2.png" width="200">
<img src="header3.png" width="400"> <img src="img/header3.png" width="400">
</p> </p>
<p align="center"> <p align="center">
<img src="header4.png" width="400"> <img src="img/header4.png" width="400">
<img src="header5.png" width="500"> <img src="img/header5.png" width="500">
</p> </p>
#### `credentialsModal` section #### `credentialsModal` section
@ -322,7 +322,7 @@ The object for each node credential parameter allows for the keys `displayName`,
``` ```
<p align="center"> <p align="center">
<img src="cred.png"> <img src="img/cred.png">
</p> </p>
#### `nodeView` section #### `nodeView` section
@ -393,7 +393,7 @@ Allowed keys: `displayName`, `description`, and `placeholder`.
``` ```
<p align="center"> <p align="center">
<img src="node1.png" width="400"> <img src="img/node1.png" width="400">
</p> </p>
#### `options` parameter #### `options` parameter
@ -446,7 +446,7 @@ Allowed subkeys: `options.{optionName}.displayName` and `options.{optionName}.de
``` ```
<p align="center"> <p align="center">
<img src="node2.png" width="400"> <img src="img/node2.png" width="400">
</p> </p>
#### `collection` and `fixedCollection` parameters #### `collection` and `fixedCollection` parameters
@ -523,7 +523,7 @@ To reduce nesting and to share translations, a parameter inside a collection's o
``` ```
<p align="center"> <p align="center">
<img src="node4.png" width="400"> <img src="img/node4.png" width="400">
</p> </p>
> **Note**: In case of deep nesting, i.e. a child of a child of a `collection` and `fixedCollection` parameter, the deeply nested child in principle should be translatable at the same level of nesting as the `collection` and `fixedCollection` parameter, but this has not been fully tested for this first release. > **Note**: In case of deep nesting, i.e. a child of a child of a `collection` and `fixedCollection` parameter, the deeply nested child in principle should be translatable at the same level of nesting as the `collection` and `fixedCollection` parameter, but this has not been fully tested for this first release.