[LF/AI Migration] Update github repo URLs (manual)
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 31 Mar 2020 09:14:47 +0000 (18:14 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 1 Apr 2020 00:17:32 +0000 (09:17 +0900)
Update github repo URL related texts manually.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
.TAOS-CI/config/config-environment.sh
Documentation/coding-convention.md
Documentation/doxygen-documentation.md
README.md

index fa3109f..2990b17 100644 (file)
@@ -30,7 +30,7 @@ TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
 
 # Write an account name (or organization name) of the '{master|upstream}' branch
 # e.g., https://github-website/{account_name}/{project_name}/
-GITHUB_ACCOUNT="nnsuite"
+GITHUB_ACCOUNT="nnstreamer"
 
 # Write a project name of a github website of the '{master|upstream}' branch
 # e.g., https://github-website/{account_name}/{project_name}/
index ac070f3..60f9cdc 100644 (file)
@@ -60,16 +60,16 @@ However, please try to stick with the same indentation rules (2 spaces) and comm
 - **tests**: Unit test cases. We have SSAT test cases and GTEST test cases. There are a lot of subdirectories, which are groups of unit test cases.
 - **tools**: Various developmental tools and scripts of NNStreamer.
 
-## Related git repositories in nnsuite
+## Related git repositories
 
 - [NNStreamer Examplie Applications \& Documents](https://github.com/nnstreamer/nnstreamer-example)
-- [TAOS-CI, CI Service for On-Device AI Systems](https://github.com/nnsuite/TAOS-CI)
+- [TAOS-CI, CI Service for On-Device AI Systems](https://github.com/nnstreamer/TAOS-CI)
 - [NNStreamer ROS (Robot OS) Support](https://github.com/nnstreamer/nnstreamer-ros)
 - [NNStreamer Android Build Resource](https://github.com/nnstreamer/nnstreamer-android-resource): additional files required by Android builds.
 - [ORC, aarch64 support](https://github.com/nnsuite/orc): we are going to support aarch64-ORC to accelerate transform operations of nnstreamer in aarch64 devices.
 - [NNStreamer-Edge](https://github.com/nnstreamer/nnstreamer-edge): WIP
-- [NNStreamer Yocto/OpenEmbedded Layer](https://github.com/nnsuite/meta-neural-network): refer to [Openembedded layer page](https://layers.openembedded.org/layerindex/branch/master/layer/meta-neural-network/)
-- [NNStreamer/NNSuite Web Page](https://github.com/nnsuite/nnsuite.github.io): WIP
+- [NNStreamer Yocto/OpenEmbedded Layer](https://github.com/nnstreamer/meta-neural-network): refer to [Openembedded layer page](https://layers.openembedded.org/layerindex/branch/master/layer/meta-neural-network/)
+- [NNStreamer Web Page](https://github.com/nnstreamer/nnstreamer.github.io): WIP
 - **tizenport-\* **: Tizen-ROS support. Refer to [build.tizen.org](https://build.tizen.org/project/show/devel:AIC:Tizen:5.0:nnsuite)
 
 
index ab46980..2a877e9 100644 (file)
@@ -27,7 +27,7 @@ Doxygen is the de facto standard tool for generating documentation from annotate
     ```
     # for src app
     $ cd ./gst
-    $ doxygen ../Doxyfile.prj # from https://github.com/nnsuite/TAOS-CI/blob/master/ci/Doxyfile.prj
+    $ doxygen ../Doxyfile.prj # from https://github.com/nnstreamer/TAOS-CI/blob/master/ci/Doxyfile.prj
 
     # launch with the browser to view the results
     $ chromium-browser ./html/index.html
index be78298..982ae64 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@
 <a href="https://scan.coverity.com/projects/nnsuite-nnstreamer">
 <img alt="Coverity Scan Defect Status" src="https://img.shields.io/endpoint?url=https://nnsuite.mooo.com/nnstreamer/ci/badge/badge_coverity.json" />
 </a> 
-![GitHub repo size](https://img.shields.io/github/repo-size/nnsuite/nnstreamer) 
-![GitHub issues](https://img.shields.io/github/issues/nnsuite/nnstreamer) 
-![GitHub pull requests](https://img.shields.io/github/issues-pr/nnsuite/nnstreamer) 
+![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)
 
 Neural Network Support as Gstreamer Plugins.
 
@@ -26,7 +26,7 @@ neural network developers to manage neural network pipelines and their filters e
 
 ## Official Releases
 
-|     | [Tizen](http://download.tizen.org/live/devel%3A/AIC%3A/Tizen%3A/5.0%3A/nnsuite/standard/) | [Ubuntu](https://launchpad.net/~nnstreamer/+archive/ubuntu/ppa) | Android/NDK Build | Android/APK | Yocto | macOS |
+|     | [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 | 7.0/N | 7.0/N | TBD |   |
 | arm | Available  | Available  | Ready | Available| Ready | N/A |
@@ -38,7 +38,7 @@ neural network developers to manage neural network pipelines and their filters e
 
 - 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: [(WIP)](https://github.com/nnsuite/TAOS-CI/issues/452)
+- Daily Release: [(WIP)](https://github.com/nnstreamer/TAOS-CI/issues/452)
 - SDK Support: Tizen Studio (5.5 M2+) / Android Studio (JCenter, "nnstreamer")