From 862d05cb645beef3b8efb482df757ba15c9959dd Mon Sep 17 00:00:00 2001 From: Dongju Chae Date: Tue, 11 Feb 2020 19:55:00 +0900 Subject: [PATCH] [Doc] Fix broken links for SSAT in documentation. This commit fixes broken links for SSAT in documentation. nnsuite/ssat is no longer available. Signed-off-by: Dongju Chae --- Documentation/component-description.md | 2 +- Documentation/how-to-use-testcases.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/component-description.md b/Documentation/component-description.md index 1c64da1..e84680a 100644 --- a/Documentation/component-description.md +++ b/Documentation/component-description.md @@ -115,7 +115,7 @@ Note that test elements in /tests/ are not elements for applications. They exist - Android WIP: JCenter Repository & Daily Build Release - macOS WIP: Daily Build Release - [Test cases](../tests/): Mandatory unit test cases required to pass for each PR. - - Used [SSAT](https://github.com/nnsuite/SSAT). + - Used [SSAT](https://github.com/myungjoo/SSAT). - Each element and feature is required to register its testcases at [test case directory](../tests/) - Examples: Example GStreamer applications using NNStreamer and example sub-plugins for NNStreamer. The binaries from this directory is not supposed to be packaged with the main binary package. - [Example GStreamer applications](https://github.com/nnsuite/nnstreamer-example) diff --git a/Documentation/how-to-use-testcases.md b/Documentation/how-to-use-testcases.md index cc3d9df..e5ff1cf 100644 --- a/Documentation/how-to-use-testcases.md +++ b/Documentation/how-to-use-testcases.md @@ -10,7 +10,7 @@ $ cd build $ ninja test ``` -For all gst-launch-based test cases ([SSAT](https://github.com/nnsuite/SSAT), mostly golden testing) +For all gst-launch-based test cases ([SSAT](https://github.com/myungjoo/SSAT), mostly golden testing) ``` $ cd tests $ ssat -- 2.7.4