From e3e4ab01621240faef47844399ddbb0d15fef8ed Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Wed, 8 Mar 2023 15:52:19 -0800 Subject: [PATCH] Add link to candy style transfer sample (#14969) --- docs/get-started/with-c.md | 4 ++-- docs/get-started/with-csharp.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/get-started/with-c.md b/docs/get-started/with-c.md index 9b26635ee1..fe52ffc85d 100644 --- a/docs/get-started/with-c.md +++ b/docs/get-started/with-c.md @@ -1,7 +1,7 @@ --- title: C parent: Get Started -nav_order: 4 +nav_order: 3 --- # Get started with ORT for C @@ -110,4 +110,4 @@ To turn on/off telemetry collection on official Windows builds, please use Enabl ## Samples -See [Tutorials: API Basics - C](../tutorials/api-basics) +See [Candy Style Transfer](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_cxx/fns_candy_style_transfer) diff --git a/docs/get-started/with-csharp.md b/docs/get-started/with-csharp.md index e7dca25454..d1322e7171 100644 --- a/docs/get-started/with-csharp.md +++ b/docs/get-started/with-csharp.md @@ -2,7 +2,7 @@ title: C# parent: Get Started toc: true -nav_order: 3 +nav_order: 4 --- # Get started with ORT for C# {: .no_toc }