Skip to content

Commit

Permalink
Merge pull request #15 from SonySemiconductorSolutions/fix/1.0.1
Browse files Browse the repository at this point in the history
fix urls
  • Loading branch information
UedaSatoshi authored Aug 24, 2023
2 parents 21fcf06 + f4f552d commit 2f1317c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ Added alternate text to images.
** WebAssembly
*** https://webassembly.org/
** [[dplspec]]Data Pipeline API Specifications(for Vision and Sensing Applicaiton version 1.0.0)
*** https://developer.aitrios.sony-semicon.com/file/download/data-pipeline-sdk-api-spec
*** https://developer.aitrios.sony-semicon.com/en/file/download/aitrios-apispec-datapipeline-v1-0-0-en
** [[evpspec]]EVP SDK API Specifications(for Vision and Sensing Applicaiton version 1.0.0)
*** https://developer.aitrios.sony-semicon.com/file/download/evp-api-spec
*** https://developer.aitrios.sony-semicon.com/en/file/download/aitrios-apispec-evpsdk-v1-0-0-en
** [[senscordspec]]SensCord SDK API Specifications(for Vision and Sensing Applicaiton version 1.0.0)
*** https://developer.aitrios.sony-semicon.com/file/download/sens-cord-sdk-api-spec
*** https://developer.aitrios.sony-semicon.com/en/file/download/aitrios-apispec-senscordsdk-v1-0-0-en
** FlatBuffers
*** https://google.github.io/flatbuffers/
** WebAssembly Micro Runtime (WAMR)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
** WebAssembly
*** https://webassembly.org/
** [[dplspec]]Data Pipeline API規格書(for Vision and Sensing Applicaiton version 1.0.0)
*** https://developer.aitrios.sony-semicon.com/file/download/data-pipeline-sdk-api-spec
*** https://developer.aitrios.sony-semicon.com/file/download/aitrios-apispec-datapipeline-v1-0-0-ja
** [[evpspec]]EVP SDK API規格書(for Vision and Sensing Applicaiton version 1.0.0)
*** https://developer.aitrios.sony-semicon.com/file/download/evp-api-spec
*** https://developer.aitrios.sony-semicon.com/file/download/aitrios-apispec-evpsdk-v1-0-0-ja
** [[senscordspec]]SensCord SDK API規格書(for Vision and Sensing Applicaiton version 1.0.0)
*** https://developer.aitrios.sony-semicon.com/file/download/sens-cord-sdk-api-spec
*** https://developer.aitrios.sony-semicon.com/file/download/aitrios-apispec-senscordsdk-v1-0-0-ja
** FlatBuffers
*** https://google.github.io/flatbuffers/
** WebAssembly Micro Runtime (WAMR)
Expand Down
6 changes: 3 additions & 3 deletions tutorials/4_prepare_application/1_develop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ end
```
See the API specification below or the [API sequence diagram](./README_api_seq.md) for more information.
- ["**Data Pipeline API Specification (for Vision and Sensing Applicaiton version 1.0.0)**"](https://developer.aitrios.sony-semicon.com/file/download/data-pipeline-sdk-api-spec)
- ["**EVP SDK API Specification (for Vision and Sensing Applicaiton version 1.0.0)**"](https://developer.aitrios.sony-semicon.com/file/download/evp-api-spec)
- ["**SensCord SDK API Specification (for Vision and Sensing Applicaiton version 1.0.0)**"](https://developer.aitrios.sony-semicon.com/file/download/sens-cord-sdk-api-spec)
- ["**Data Pipeline API Specification (for Vision and Sensing Applicaiton version 1.0.0)**"](https://developer.aitrios.sony-semicon.com/en/file/download/aitrios-apispec-datapipeline-v1-0-0-en)
- ["**EVP SDK API Specification (for Vision and Sensing Applicaiton version 1.0.0)**"](https://developer.aitrios.sony-semicon.com/en/file/download/aitrios-apispec-evpsdk-v1-0-0-en)
- ["**SensCord SDK API Specification (for Vision and Sensing Applicaiton version 1.0.0)**"](https://developer.aitrios.sony-semicon.com/en/file/download/aitrios-apispec-senscordsdk-v1-0-0-en)
See also the [interface definition file](./sdk/vision_app_sdk/include/vision_app_public.h).
Expand Down

0 comments on commit 2f1317c

Please sign in to comment.