[MachineLearning.Inference] change repo url (#1508)
authorjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Wed, 1 Apr 2020 03:34:03 +0000 (12:34 +0900)
committerGitHub <noreply@github.com>
Wed, 1 Apr 2020 03:34:03 +0000 (12:34 +0900)
Change repo url, link to nnstreamer project.

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
src/Tizen.MachineLearning.Inference/Tizen.MachineLearning.Inference/SingleShot.cs

index 695edf6..b8c28dd 100755 (executable)
@@ -184,7 +184,7 @@ namespace Tizen.MachineLearning.Inference
         /// <summary> Sets the property value for the given model.
         /// <para>A model/framework may support changing the model information, such as tensor dimension and data layout, after opening the model.</para>
         /// <para>If tries to change unavailable property or the model does not allow changing the information, this will raise an exception.</para>
-        /// <para>For the details about the properties, see 'tensor_filter' plugin definition in <a href="https://github.com/nnsuite/nnstreamer">NNStreamer</a>.</para>
+        /// <para>For the details about the properties, see 'tensor_filter' plugin definition in <a href="https://github.com/nnstreamer/nnstreamer">NNStreamer</a>.</para>
         /// </summary>
         /// <param name="name">The property name</param>
         /// <param name="value">The property value</param>