Skip to content

Commit de45c42

Browse files
committed
Use absolute links
1 parent 243c77a commit de45c42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ You may need to run this with `sudo`, or from within an Administrator command sh
6161
-> You can use lower-case node on Node-RED flow editor.
6262

6363
## Documentation
64-
- [Use cases](docs/index.md#use-cases) ([Japanese](docs/index_ja.md#use-cases))
65-
- [How to use Node generator](docs/index.md#how-to-use-node-generator) ([Japanese](docs/index_ja.md#how-to-use-node-generator))
66-
- [Generated files which node package contains](docs/index.md#generated-files-which-node-package-contains) ([Japanese](docs/index_ja.md#generated-files-which-node-package-contains))
67-
- [How to create a node from Open API document](docs/index.md#how-to-create-a-node-from-open-api-document) ([Japanese](docs/index_ja.md#how-to-create-a-node-from-open-api-document))
68-
- [How to create a node from function node](docs/index.md#how-to-create-a-node-from-function-node) ([Japanese](docs/index_ja.md#how-to-create-a-node-from-function-node))
64+
- [Use cases](https://github.com/node-red/node-red-nodegen/blob/0.0.2/docs/index.md#use-cases) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.0.2/docs/index_ja.md#use-cases))
65+
- [How to use Node generator](https://github.com/node-red/node-red-nodegen/blob/0.0.2/docs/index.md#how-to-use-node-generator) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.0.2/docs/index_ja.md#how-to-use-node-generator))
66+
- [Generated files which node package contains](https://github.com/node-red/node-red-nodegen/blob/0.0.2/docs/index.md#generated-files-which-node-package-contains) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.0.2/docs/index_ja.md#generated-files-which-node-package-contains))
67+
- [How to create a node from Open API document](https://github.com/node-red/node-red-nodegen/blob/0.0.2/docs/index.md#how-to-create-a-node-from-open-api-document) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.0.2/docs/index_ja.md#how-to-create-a-node-from-open-api-document))
68+
- [How to create a node from function node](https://github.com/node-red/node-red-nodegen/blob/0.0.2/docs/index.md#how-to-create-a-node-from-function-node) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.0.2/docs/index_ja.md#how-to-create-a-node-from-function-node))
6969

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

0 commit comments

Comments
 (0)