Skip to content

Commit a6fa4bf

Browse files
開発マニュアルのリンク修正。
1 parent aa2d3f4 commit a6fa4bf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/deviceconnect-codegen/src/main/resources/deviceConnectAndroidPlugin/README.md.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Android Studio 2.2.1以上
1818

1919

2020
## 関連ページ
21-
- [Device Connect プラグイン開発マニュアル](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/DevicePlugin-Manual-for-Android-Studio-110)
21+
- [Device Connect プラグイン開発マニュアル](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/Plugin-Development-Manual-for-Plugin-SDK-ver-2.4.0)
2222

2323
## テスト
2424
以下は config オプションのテストです。
@@ -28,4 +28,4 @@ testInt: {{testInt}}
2828
testNumber: {{testNumber}}
2929
testBoolean: {{testBoolean}}
3030
testObject: {{#testObject}}{{objKey}}{{/testObject}}
31-
testArray: {{#testArray}}{{.}} {{/testArray}}
31+
testArray: {{#testArray}}{{.}} {{/testArray}}

samples/templates/deviceConnectAndroidPlugin/README.md.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Android Studio 2.2.1以上
1818

1919

2020
## 関連ページ
21-
- [Device Connect プラグイン開発マニュアル](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/DevicePlugin-Manual-for-Android-Studio-110)
21+
- [Device Connect プラグイン開発マニュアル](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/Plugin-Development-Manual-for-Plugin-SDK-ver-2.4.0)
2222

2323
## テスト
2424
以下は config オプションのテストです。
@@ -28,4 +28,4 @@ testInt: {{testInt}}
2828
testNumber: {{testNumber}}
2929
testBoolean: {{testBoolean}}
3030
testObject: {{#testObject}}{{objKey}}{{/testObject}}
31-
testArray: {{#testArray}}{{.}} {{/testArray}}
31+
testArray: {{#testArray}}{{.}} {{/testArray}}

0 commit comments

Comments
 (0)