[Docs] Change nnstreamer CI server link
authorGichan Jang <gichan2.jang@samsung.com>
Tue, 20 Apr 2021 05:39:35 +0000 (14:39 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 21 Apr 2021 02:33:09 +0000 (11:33 +0900)
Change nnstreamer CI server link

Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
Documentation/API-reference.md
Documentation/component-description.md
Documentation/writing-subplugin-tensor-filter.md
README.md
jni/README.md

index ab3875d..0d3d1bd 100644 (file)
@@ -2,10 +2,10 @@
 title: API reference\r
 ...\r
 \r
-### [NNStreamer Doxygen book](http://nnsuite.mooo.com/nnstreamer/html/index.html)\r
+### [NNStreamer Doxygen book](http://nnstreamer.mooo.com/nnstreamer/html/index.html)\r
 \r
 ### [Tizen native API](https://docs.tizen.org/application/native/guides/machine-learning/overview/)\r
 \r
 ### [Tizen .NET API](https://docs.tizen.org/application/dotnet/guides/machine-learning/overview/)\r
 \r
-### [Android Java API](http://nnsuite.mooo.com/nnstreamer/ci/daily-build/build_result/latest/java_html/index.html)\r
+### [Android Java API](http://nnstreamer.mooo.com/nnstreamer/ci/daily-build/build_result/latest/java_html/index.html)\r
index 1e46a79..ad660b1 100644 (file)
@@ -116,7 +116,7 @@ Note that test elements in /tests/ are not elements for applications. They exist
 - Python API Planned (Tizen 7.0?)
 
 # Other Components
-- CI ([@AWS](http://nnsuite.mooo.com/nnstreamer/ci/taos)) (stable): Up and Running.
+- CI ([@AWS](http://nnstreamer.mooo.com/nnstreamer/ci/taos)) (stable): Up and Running.
 - CD
   - Tizen (since 5.5 M1) [Package Download](http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/) [Build & Release Infra](https://build.tizen.org/project/show/Tizen:Unified)
   - Ubuntu [Launchpad PPA](https://launchpad.net/~nnstreamer/+archive/ubuntu/ppa)
index e7bafa2..cd61f11 100644 (file)
@@ -117,4 +117,4 @@ In order to support this, you need to supply an additional callback, ```setInput
 
 In normal usage cases, a subplugin exists as a shared library loaded dynamically (dlopen) by yet another shared library, ```tensor_filter```. By registering a ```tensor_filter``` object (a struct instance of GstTensorFilterFramework) with an init function, NNStreamer recognizes it with the given name. In the template code, it is registered with a function ```init_filter_${name}()```. For more information, refer to the doxygen entries of GstTensorFilterFramework in the header file.
 
-For more information about the struct, refer to [Doxygen Doc on GstTensorFilterFramework](http://nnsuite.mooo.com/nnstreamer/html/struct__GstTensorFilterFramework.html).
+For more information about the struct, refer to [Doxygen Doc on GstTensorFilterFramework](http://nnstreamer.mooo.com/nnstreamer/html/struct__GstTensorFilterFramework.html).
index 52ceefd..58bef61 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
 # NNStreamer
 
 [![Gitter][gitter-image]][gitter-url] 
-[![Code Coverage](http://nnsuite.mooo.com/nnstreamer/ci/badge/codecoverage.svg)](http://nnsuite.mooo.com/nnstreamer/ci/gcov_html/index.html) 
+[![Code Coverage](http://nnstreamer.mooo.com/nnstreamer/ci/badge/codecoverage.svg)](http://nnstreamer.mooo.com/nnstreamer/ci/gcov_html/index.html) 
 <a href="https://scan.coverity.com/projects/nnstreamer-nnstreamer">
-<img alt="Coverity Scan Defect Status" src="https://img.shields.io/endpoint?url=https://nnsuite.mooo.com/nnstreamer/ci/badge/badge_coverity.json" />
+<img alt="Coverity Scan Defect Status" src="https://scan.coverity.com/projects/22501/badge.svg"/>
 </a> 
-[![DailyBuild](http://nnsuite.mooo.com/nnstreamer/ci/daily-build/badge/daily_build_badge.svg)](http://nnsuite.mooo.com/nnstreamer/ci/daily-build/build_result/)
+[![DailyBuild](http://nnstreamer.mooo.com/nnstreamer/ci/daily-build/badge/daily_build_badge.svg)](http://nnstreamer.mooo.com/nnstreamer/ci/daily-build/build_result/)
 ![GitHub repo size](https://img.shields.io/github/repo-size/nnstreamer/nnstreamer)
 ![GitHub issues](https://img.shields.io/github/issues/nnstreamer/nnstreamer)
 ![GitHub pull requests](https://img.shields.io/github/issues-pr/nnstreamer/nnstreamer)
@@ -31,16 +31,16 @@ neural network developers to manage neural network pipelines and their filters e
 |     | [Tizen](http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/) | [Ubuntu](https://launchpad.net/~nnstreamer/+archive/ubuntu/ppa) | Android/NDK Build | Android/APK | Yocto | macOS |
 | :-- | :--: | :--: | :--: | :--: | :--: | :--: |
 |     | 5.5M2 and later | 16.04/18.04/20.04 | 9/P | 9/P | Zeus and later |   |
-| arm | [![armv7l badge](http://nnsuite.mooo.com/nnstreamer/ci/daily-build/badge/armv7l_result_badge.svg)](http://nnsuite.mooo.com/nnstreamer/ci/daily-build/build_result/) | Available  | Ready | Available| Ready | N/A |
-| arm64 |  [![aarch64 badge](http://nnsuite.mooo.com/nnstreamer/ci/daily-build/badge/aarch64_result_badge.svg)](http://nnsuite.mooo.com/nnstreamer/ci/daily-build/build_result/) | Available  | Ready | [![android badge](http://nnsuite.mooo.com/nnstreamer/ci/daily-build/badge/android_result_badge.svg)](http://nnsuite.mooo.com/nnstreamer/ci/daily-build/build_result/) | Planned | N/A |
-| x64 | [![x64 badge](http://nnsuite.mooo.com/nnstreamer/ci/daily-build/badge/x86_64_result_badge.svg)](http://nnsuite.mooo.com/nnstreamer/ci/daily-build/build_result/)  | [![ubuntu badge](http://nnsuite.mooo.com/nnstreamer/ci/daily-build/badge/ubuntu_result_badge.svg)](http://nnsuite.mooo.com/nnstreamer/ci/daily-build/build_result/)  | Ready  | Ready | Ready | Available |
-| x86 | [![x86 badge](http://nnsuite.mooo.com/nnstreamer/ci/daily-build/badge/i586_result_badge.svg)](http://nnsuite.mooo.com/nnstreamer/ci/daily-build/build_result/)  | N/A  | N/A  | N/A  | N/A | N/A |
+| arm | [![armv7l badge](http://nnstreamer.mooo.com/nnstreamer/ci/daily-build/badge/armv7l_result_badge.svg)](http://nnstreamer.mooo.com/nnstreamer/ci/daily-build/build_result/) | Available  | Ready | Available| Ready | N/A |
+| arm64 |  [![aarch64 badge](http://nnstreamer.mooo.com/nnstreamer/ci/daily-build/badge/aarch64_result_badge.svg)](http://nnstreamer.mooo.com/nnstreamer/ci/daily-build/build_result/) | Available  | Ready | [![android badge](http://nnstreamer.mooo.com/nnstreamer/ci/daily-build/badge/android_result_badge.svg)](http://nnstreamer.mooo.com/nnstreamer/ci/daily-build/build_result/) | Planned | N/A |
+| x64 | [![x64 badge](http://nnstreamer.mooo.com/nnstreamer/ci/daily-build/badge/x86_64_result_badge.svg)](http://nnstreamer.mooo.com/nnstreamer/ci/daily-build/build_result/)  | [![ubuntu badge](http://nnstreamer.mooo.com/nnstreamer/ci/daily-build/badge/ubuntu_result_badge.svg)](http://nnstreamer.mooo.com/nnstreamer/ci/daily-build/build_result/)  | Ready  | Ready | Ready | Available |
+| x86 | [![x86 badge](http://nnstreamer.mooo.com/nnstreamer/ci/daily-build/badge/i586_result_badge.svg)](http://nnstreamer.mooo.com/nnstreamer/ci/daily-build/build_result/)  | N/A  | N/A  | N/A  | N/A | N/A |
 | Publish | [Tizen Repo](http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/) | [PPA](https://launchpad.net/~nnstreamer/+archive/ubuntu/ppa) |   | [JCenter](https://bintray.com/beta/#/nnsuite/nnstreamer/nnstreamer?tab=overview) |   | [Brew Tap](Documentation/getting-started-macos.md) |
 | API | C/C# (Official) | C |    | Java | C  | C  |
 
 - Ready: CI system ensures build-ability and unit-testing. Users may easily build and execute. However, we do not have automated release & deployment system for this instance.
 - Available: binary packages are released and deployed automatically and periodically along with CI tests.
-- [Daily Release](http://nnsuite.mooo.com/nnstreamer/ci/daily-build/build_result/)
+- [Daily Release](http://nnstreamer.mooo.com/nnstreamer/ci/daily-build/build_result/)
 - SDK Support: Tizen Studio (5.5 M2+) / Android Studio (JCenter, "nnstreamer")
 - [Enabled features of official releases](Documentation/features-per-distro.md)
 
@@ -109,7 +109,7 @@ For more details, please access the following manuals.
 
 ## CI Server
 
-- [CI service status](http://nnsuite.mooo.com/)
+- [CI service status](http://nnstreamer.mooo.com/)
 - [TAOS-CI config files for nnstreamer](.TAOS-CI).
 
 ## AI Acceleration Hardware Support
index 8f97456..7666020 100644 (file)
@@ -21,7 +21,7 @@ export PATH=$ANDROID_NDK:$PATH
 ```
 
 ## Download prebuilt Android-Gstreamer libraries
-Please download required files such as "*.tar.bz2" from http://nnsuite.mooo.com/warehouse/.
+Please download required files such as "*.tar.bz2" from http://nnstreamer.mooo.com/warehouse/.
  * Dir: gstreamer-prebuilts-for-android-device/gst_root_android-custom-1.12.4-ndkr12b-20190213-0900/
 ```bash
 vi ~/.bashrc
@@ -46,11 +46,11 @@ ls -al ./libs/arm64-v8a/
 ```
 
 ## How to run the test application on the Android device
-Please download a nnstreamer snapshot file such as "*.tar" from http://nnsuite.mooo.com/warehouse/release-nnstreamer-for-android7/ .
+Please download a nnstreamer snapshot file such as "*.tar" from http://nnstreamer.mooo.com/warehouse/release-nnstreamer-for-android7/ .
 We assume that you run your test applications in the `/data/nnstreamer/` folder on the Android devices based on ARM64 CPU.
 Note that the 'linker64' file to interpret ELF files is located in the `/data/nnstreamer/libandroid/` folder.
 ```bash
-firefox http://nnsuite.mooo.com/warehouse/release-nnstreamer-for-android7/ - Download *.tar file
+firefox http://nnstreamer.mooo.com/warehouse/release-nnstreamer-for-android7/ - Download *.tar file
 adb push *.tar /data/
 adb shell
 android# cd /data