update links to new api (#12836)

This commit is contained in:
Cassie Breviu 2022-09-02 10:32:39 -05:00 committed by GitHub
parent e2573f4801
commit f5b30bdfc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ redirect_from: /docs/reference/api
|:----------------------------------------------------------------------------------|
| <span class="fs-5"> [Python API Docs](python/api_summary.html){: .btn target="_blank"} </span> |
| <span class="fs-5"> [Java API Docs](java/index.html){: .btn target="_blank"} </span> |
| <span class="fs-5"> [C# API Docs](csharp-api){: .btn target="_blank"} </span>|
| <span class="fs-5"> [C# API Docs](csharp/api){: .btn target="_blank"} </span>|
| <span class="fs-5"> [C/C++ API Docs](c){: .btn target="_blank"} </span>|
| <span class="fs-5"> [WinRT API Docs](https://docs.microsoft.com/en-us/windows/ai/windows-ml/api-reference){: .btn target="_blank"} </span>|
| <span class="fs-5"> [Objective-C Docs](objectivec/index.html){: .btn target="_blank"} </span> |

View file

@ -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)
- [C# API Reference](../api/csharp/api)

View file

@ -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)