From 0112d977217d652c7084a9e018c57aeb3bc3fc2f Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Wed, 16 Mar 2022 09:29:49 +1000 Subject: [PATCH] Fix link for FasterRCNN C# tutorial (#10857) --- docs/tutorials/api-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/api-basics.md b/docs/tutorials/api-basics.md index a257e68cf7..67b393c1ee 100644 --- a/docs/tutorials/api-basics.md +++ b/docs/tutorials/api-basics.md @@ -26,7 +26,7 @@ These tutorials demonstrate basic inferencing with ONNX Runtime with each langua * [C/C++ examples](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_cxx) ## C# -* [Object detection (Faster RCNN)]() +* [Object detection (Faster RCNN)](../tutorials/fasterrcnn_csharp.html) * [Image recognition (ResNet50 v2)](../tutorials/resnet50_csharp.html) ## Java