Skip to content
This repository was archived by the owner on Jul 31, 2019. It is now read-only.

Commit b7c7d42

Browse files
committed
Fix to link in READEME
1 parent c0469ad commit b7c7d42

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ Account registration of FlashAir IoT Hub is necessary for use. For details, refe
1515
Currently, FlashAirFileManager has been confirmed to work on the following platforms.
1616
- Windows 10
1717

18-
This application is provided in open source, and you can modify source code and distribute application within the scope of [license](https://github.com/FlashAirDevelopers/FlashAirFileManager/blob/master/LICENCE.txt).
18+
This application is provided in open source, and you can modify source code and distribute application within the scope of [license](https://github.com/FlashAirDevelopers/FlashAirFileManager/blob/master/LICENSE.txt).
1919

2020
## Demo
2121

2222
![FlashAirFileManager Demo](https://github.com/FlashAirDevelopers/FlashAirFileManager/blob/master/img/doc/demo.gif)
2323

2424
## Install
2525

26-
Download the zip file or installer from [Release](https://github.com/FlashAirDevelopers/FlashAirFileManager/releaces).
26+
Download the zip file or installer from [Release](https://github.com/FlashAirDevelopers/FlashAirFileManager/releases).
2727

2828
## Document
2929

3030
It is in [FlashairFileManager](https://www.flashair-developers.com/en/documents/tutorials/iot-hub/9/).
3131

3232
## Usage
3333

34-
1. Register your account in advance with FlashAir IoT Hub and register FlashAir. For details, please refer to [Flow of using FlashAir IoT Hub] (https://www.flashair-developers.com/en/documents/tutorials/iot-hub/1/).
35-
2. Download [Lua script] (https://github.com/FlashAirDevelopers/FlashAirFileManager/archive/FlashAirFileManagerScript-0.1.0.zip), unzip it and place it on the root of FlashAir.
34+
1. Register your account in advance with FlashAir IoT Hub and register FlashAir. For details, please refer to [Flow of using FlashAir IoT Hub](https://www.flashair-developers.com/en/documents/tutorials/iot-hub/1/).
35+
2. Download [Lua script](https://github.com/FlashAirDevelopers/FlashAirFileManager/releases/download/v0.1.0/FlashAirFileManagerScript-0.1.0.zip), unzip it and place it on the root of FlashAir.
3636
3. Add `LUA_RUN_SCRIPT=/fafm_boot.lua` to FlashAir CONFIG.
3737
4. Disconnect and reconnect the FlashAir and restart.
3838
5. Start FlashAirFileManger.
@@ -58,8 +58,8 @@ It is in [FlashairFileManager](https://www.flashair-developers.com/en/documents/
5858
## Troubleshooting
5959

6060
- Failed to build keytar.
61-
- The behavior of [node-gyp] (https://github.com/nodejs/node-gyp) used for build requires installation of Python 2.x series. Please make sure that is installed or Path is passed.
62-
- For Windows, Python 2. series should be installed along with the installation of [Windows-Build-Tools] (https://github.com/felixrieseberg/windows-build-tools).
61+
- The behavior of [node-gyp](https://github.com/nodejs/node-gyp) used for build requires installation of Python 2.x series. Please make sure that is installed or Path is passed.
62+
- For Windows, Python 2. series should be installed along with the installation of [Windows-Build-Tools](https://github.com/felixrieseberg/windows-build-tools).
6363
- It may be solved by executing the following command.
6464
- `cd FlashAirFileManager`
6565
- `cd node_modules/keytar`
@@ -68,7 +68,7 @@ It is in [FlashairFileManager](https://www.flashair-developers.com/en/documents/
6868

6969
## Licence
7070

71-
[Apache 2.0](https://github.com/FlashAirDevelopers/FlashAirFileManager/blob/master/LICENCE.txt)
71+
[Apache 2.0](https://github.com/FlashAirDevelopers/FlashAirFileManager/blob/master/LICENSE.txt)
7272

7373
## Author
7474

README_ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ FlashAir™の無線LAN機能を使い、FlashAir IoT Hubを経由する事で
1515
現在、次のプラットフォームにて動作を確認しています。
1616
- Windows 10
1717

18-
本アプリケーションはオープンソースで提供されており、[ライセンス](https://github.com/FlashAirDevelopers/FlashAirFileManager/blob/master/LICENCE.txt)の範囲においてソースコードの改変、アプリケーションの配布を行う事が出来ます。
18+
本アプリケーションはオープンソースで提供されており、[ライセンス](https://github.com/FlashAirDevelopers/FlashAirFileManager/blob/master/LICENSE.txt)の範囲においてソースコードの改変、アプリケーションの配布を行う事が出来ます。
1919

2020
## Demo
2121

2222
![FlashAirFileManager Demo](https://github.com/FlashAirDevelopers/FlashAirFileManager/blob/master/img/doc/demo.gif)
2323

2424
## Install
2525

26-
[リリース](https://github.com/FlashAirDevelopers/FlashAirFileManager/releaces)からzipファイルまたはインストーラーをダウンロードしてください。
26+
[リリース](https://github.com/FlashAirDevelopers/FlashAirFileManager/releases)からzipファイルまたはインストーラーをダウンロードしてください。
2727

2828
## Document
2929

@@ -68,7 +68,7 @@ FlashAir™の無線LAN機能を使い、FlashAir IoT Hubを経由する事で
6868

6969
## Licence
7070

71-
[Apache 2.0](https://github.com/FlashAirDevelopers/FlashAirFileManager/blob/master/LICENCE.txt)
71+
[Apache 2.0](https://github.com/FlashAirDevelopers/FlashAirFileManager/blob/master/LICENSE.txt)
7272

7373
## Author
7474

0 commit comments

Comments
 (0)