Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ build/x86_64-linux/debug/bin/iotjs tools/check_test.js
```


For Additional information see [Getting Started](docs/Getting-Started.md).
For Additional information see [Getting Started](docs/help/Getting-Started.md).

## Documentation
- [Getting Started](docs/Getting-Started.md)
- [API Reference](docs/IoT.js-API-reference.md)
- [Getting Started](docs/help/Getting-Started.md)
- [API Reference](docs/api/IoT.js-API-reference.md)

## License
IoT.js is Open Source software under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). Complete license and copyright information can be found within the code.
Expand Down Expand Up @@ -60,4 +60,4 @@ IoT.js is Open Source software under the [Apache 2.0 license](https://www.apache
IN THE SOFTWARE.

> This license applies to parts of '*.js' files in '/src/js', implementing node.js
compatible API, originating from the https://github.com/node/node repository:
compatible API, originating from the https://github.com/nodejs/node repository:
2 changes: 1 addition & 1 deletion targets/nuttx-stm32f4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Followings are the options to set:
#### 4. Build IoT.js for NuttX

##### Follow the instruction
* [Build-for-NuttX](../../docs/Build-for-NuttX.md)
* [Build-for-NuttX](../../docs/build/Build-for-NuttX.md)

#### 5. Build NuttX

Expand Down