From f5b30bdfc971261756ce0a34f2d43c2f64313f5b Mon Sep 17 00:00:00 2001 From: Cassie Breviu <46505951+cassiebreviu@users.noreply.github.com> Date: Fri, 2 Sep 2022 10:32:39 -0500 Subject: [PATCH] update links to new api (#12836) --- docs/api/index.md | 2 +- docs/get-started/with-csharp.md | 4 ++-- docs/tutorials/csharp/bert-nlp-csharp-console-app.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/index.md b/docs/api/index.md index 1e6f1d5d8f..278aae1b99 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -10,7 +10,7 @@ redirect_from: /docs/reference/api |:----------------------------------------------------------------------------------| | [Python API Docs](python/api_summary.html){: .btn target="_blank"} | | [Java API Docs](java/index.html){: .btn target="_blank"} | -| [C# API Docs](csharp-api){: .btn target="_blank"} | +| [C# API Docs](csharp/api){: .btn target="_blank"} | | [C/C++ API Docs](c){: .btn target="_blank"} | | [WinRT API Docs](https://docs.microsoft.com/en-us/windows/ai/windows-ml/api-reference){: .btn target="_blank"} | | [Objective-C Docs](objectivec/index.html){: .btn target="_blank"} | diff --git a/docs/get-started/with-csharp.md b/docs/get-started/with-csharp.md index 7ba500f9c1..2cf50a5923 100644 --- a/docs/get-started/with-csharp.md +++ b/docs/get-started/with-csharp.md @@ -132,7 +132,7 @@ The ONNX runtime provides a C# .NET binding for running inference on ONNX models ## API Reference -[C# API Reference](../api/csharp-api) +[C# API Reference](../api/csharp/api) ## Samples @@ -141,4 +141,4 @@ See [Tutorials: Basics - C#](../tutorials/api-basics) ## Learn More - [C# Tutorials](../tutorials/) -- [C# API Reference](../api/csharp-api.html) \ No newline at end of file +- [C# API Reference](../api/csharp/api) \ No newline at end of file diff --git a/docs/tutorials/csharp/bert-nlp-csharp-console-app.md b/docs/tutorials/csharp/bert-nlp-csharp-console-app.md index 37a393cb6f..b8bbe9be45 100644 --- a/docs/tutorials/csharp/bert-nlp-csharp-console-app.md +++ b/docs/tutorials/csharp/bert-nlp-csharp-console-app.md @@ -292,5 +292,5 @@ In this example we created a simple console app however this could easily be imp There are many different BERT models that have been fine tuned for different tasks and different base models you could fine tune for your specific task. This code will work for most BERT models, just update the input, output and pre/postprocessing for your specific model. -- [C# API Doc](https://onnxruntime.ai/docs/api/csharp-api) +- [C# API Doc](https://onnxruntime.ai/docs/api/csharp/api) - [Get Started with C# in ONNX Runtime](https://onnxruntime.ai/docs/get-started/with-csharp.html)