From 9ff01de19c613c48a8f8b9a47f1c081091b4420a Mon Sep 17 00:00:00 2001 From: Chris McHarg Date: Wed, 19 Sep 2018 11:15:33 +1200 Subject: [PATCH] readme: update broken mbed-cloud doc link --- README.ja.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ja.md b/README.ja.md index 26b86b7..6710cca 100644 --- a/README.ja.md +++ b/README.ja.md @@ -50,7 +50,7 @@ python pal-platform/pal-platform.py fullbuild --target x86_x64_NativeLinux_mbedt ビルド時のオプションの詳細情報については、以下のMbed Cloudのドキュメントを参照してください。 -- [Connecting](https://cloud.mbed.com/docs/current/connecting/connecting.html) +- [Connect a Linux device](https://cloud.mbed.com/docs/current/connecting/linux-on-pc.html) - [pal-platform utility](https://cloud.mbed.com/docs/current/porting/using-the-pal-platform-utility.html) ビルドが完了すると、`out/Debug`と`out/Release`のディレクトリの下に`enebular-agent-mbed-cloud-connector.elf`という実行ファイルができます。 diff --git a/README.md b/README.md index 135a01a..088e269 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ python pal-platform/pal-platform.py fullbuild --target x86_x64_NativeLinux_mbedt For more information on build options, see the following Mbed Cloud documents. -- [Connecting](https://cloud.mbed.com/docs/current/connecting/connecting.html) +- [Connect a Linux device](https://cloud.mbed.com/docs/current/connecting/linux-on-pc.html) - [pal-platform utility](https://cloud.mbed.com/docs/current/porting/using-the-pal-platform-utility.html) Once built, you should end up with an executable binary called `enebular-agent-mbed-cloud-connector.elf` under the `out/Debug` and `out/Release` directories.