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 }