Skip to content

Commit 76836ef

Browse files
committed
Fix links for documents
1 parent de3bac9 commit 76836ef

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,12 @@ You may need to run this with `sudo`, or from within an Administrator command sh
9393

9494
## Documentation
9595

96-
- [Use cases](https://github.com/node-red/node-red-nodegen/blob/0.2.0/docs/index.md#use-cases) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.0/docs/index_ja.md#use-cases))
97-
- [How to use Node generator](https://github.com/node-red/node-red-nodegen/blob/0.2.0/docs/index.md#how-to-use-node-generator) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.0/docs/index_ja.md#how-to-use-node-generator))
98-
- [Generated files which node package contains](https://github.com/node-red/node-red-nodegen/blob/0.2.0/docs/index.md#generated-files-which-node-package-contains) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.0/docs/index_ja.md#generated-files-which-node-package-contains))
99-
- [How to create a node from OpenAPI document](https://github.com/node-red/node-red-nodegen/blob/0.2.0/docs/index.md#how-to-create-a-node-from-openapi-document) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.0/docs/index_ja.md#how-to-create-a-node-from-openapi-document))
100-
- [How to create a node from function node](https://github.com/node-red/node-red-nodegen/blob/0.2.0/docs/index.md#how-to-create-a-node-from-function-node) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.0/docs/index_ja.md#how-to-create-a-node-from-function-node))
101-
- [How to create a node from subflow](https://github.com/node-red/node-red-nodegen/blob/0.2.0/docs/index.md#how-to-create-a-node-from-subflow) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.0/docs/index_ja.md#how-to-create-a-node-from-subflow))
96+
- [Use cases](https://github.com/node-red/node-red-nodegen/blob/0.2.1/docs/index.md#use-cases) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.1/docs/index_ja.md#use-cases))
97+
- [How to use Node generator](https://github.com/node-red/node-red-nodegen/blob/0.2.1/docs/index.md#how-to-use-node-generator) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.1/docs/index_ja.md#how-to-use-node-generator))
98+
- [Generated files which node package contains](https://github.com/node-red/node-red-nodegen/blob/0.2.1/docs/index.md#generated-files-which-node-package-contains) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.1/docs/index_ja.md#generated-files-which-node-package-contains))
99+
- [How to create a node from OpenAPI document](https://github.com/node-red/node-red-nodegen/blob/0.2.1/docs/index.md#how-to-create-a-node-from-openapi-document) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.1/docs/index_ja.md#how-to-create-a-node-from-openapi-document))
100+
- [How to create a node from function node](https://github.com/node-red/node-red-nodegen/blob/0.2.1/docs/index.md#how-to-create-a-node-from-function-node) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.1/docs/index_ja.md#how-to-create-a-node-from-function-node))
101+
- [How to create a node from subflow](https://github.com/node-red/node-red-nodegen/blob/0.2.1/docs/index.md#how-to-create-a-node-from-subflow) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.1/docs/index_ja.md#how-to-create-a-node-from-subflow))
102+
- [How to create a node from WoT Thing Description](https://github.com/node-red/node-red-nodegen/blob/0.2.1/docs/index.md#how-to-create-a-node-from-wot-thing-description) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.1/docs/index_ja.md#how-to-create-a-node-from-wot-thing-description))
102103

103104
Note: Currently node generator supports GET and POST methods using JSON format without authentication.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ If you want to customize the generated node, the following procedures and comman
801801

802802
Node generater can encrypt subflow definition included in generated code. Specify AES to --encoding option and encoding key to --encodekey option. When using the node with encrypted subflow definition, specify the encoding key to OS environment variable `NR_FLOW_DECODE_KEY` before starting Node-RED.
803803

804-
<a name="how-to-create-a-node-from-thing-description"></a>
804+
<a name="how-to-create-a-node-from-wot-thing-description"></a>
805805

806806
## How to create a node from WoT Thing Description
807807

docs/index_ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ Node-REDユーザは通常、以下の手順で生成したノードをNode-RED
804804

805805
ノードジェネレータは生成したノードのサブフロー定義を暗号化することができます。暗号化を行うには、--encodingオプションにAESを、-encodekeyに暗号化キーを指定してください。暗号化指定したノードを利用する場合は、環境変数NR_FLOW_DECODE_KEYに暗号化キーを指定します。
806806

807-
<a name="how-to-create-a-node-from-thing-description"></a>
807+
<a name="how-to-create-a-node-from-wot-thing-description"></a>
808808

809809
## Thing Descriptionからノードを生成する方法
810810

0 commit comments

Comments
 (0)