From 43da400aa6a930edd71abc4a20d335a13305e851 Mon Sep 17 00:00:00 2001 From: RandySheriffH <48490400+RandySheriffH@users.noreply.github.com> Date: Thu, 31 Aug 2023 17:16:50 -0700 Subject: [PATCH] Fix inner links (#17381) --- docs/execution-providers/Azure-ExecutionProvider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/execution-providers/Azure-ExecutionProvider.md b/docs/execution-providers/Azure-ExecutionProvider.md index 5bffb67d0a..15a157cbf6 100644 --- a/docs/execution-providers/Azure-ExecutionProvider.md +++ b/docs/execution-providers/Azure-ExecutionProvider.md @@ -20,8 +20,8 @@ Since 1.16, below pluggable operators are available from [onnxruntime-extensions With the operators, Azure Execution Provider supports two mode of usage: -- [Edge and azure side by side](#Edge-and-azure-side-by-side) -- [Merge and run the hybrid](#Merge-and-run-the-hybrid) +- [Edge and azure side by side](#edge-and-azure-side-by-side) +- [Merge and run the hybrid](#merge-and-run-the-hybrid) Azure Execution Provider is in preview stage, and all API(s) and usage are subject to change.