[Doc] fix broken link
authorYelin Jeong <yelini.jeong@samsung.com>
Tue, 18 Oct 2022 06:44:12 +0000 (15:44 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Wed, 19 Oct 2022 01:45:37 +0000 (10:45 +0900)
This patch fixes broken link in tensor_sink documentation.

Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
gst/nnstreamer/elements/gsttensor_sink.md

index f942911..8623312 100644 (file)
@@ -46,4 +46,4 @@ One "Always" sink pad exists. The capability of sink pad is ```other/tensor``` a
 $ gst-launch-1.0 videotestsrc ! video/x-raw,format=RGB,width=640,height=480 ! tensor_converter ! tensor_sink
 ```
 
-For more details, see the [examples](https://github.com/nnstreamer/nnstreamer/tree/master/nnstreamer_example/example_sink) to handle the buffer from GstTensorSink.
+For more details, see the [examples](https://github.com/nnstreamer/nnstreamer-example/tree/main/native/example_sink) to handle the buffer from GstTensorSink.