From 2465a747c310ee7376c10bd5762c9bccdd8e22f2 Mon Sep 17 00:00:00 2001
From: brev <46505951+cassiebreviu@users.noreply.github.com>
Date: Mon, 22 Nov 2021 09:23:20 -0600
Subject: [PATCH] fix ort github link (#9832)
---
docs/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/index.md b/docs/index.md
index 66ab7f1c05..d18b5f5ce0 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -19,7 +19,7 @@ ONNX Runtime is an accelerator for machine learning models with multi platform s
## Contribute and Customize
|:----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
-| [Build ORT Packages](./build){: .btn .mr-4 target="_blank"} | ONNX Runtime GitHub](https://github.com/microsoft/onnxruntime){: .btn target="_blank"} |
+| [Build ORT Packages](./build){: .btn .mr-4 target="_blank"} | [ONNX Runtime GitHub](https://github.com/microsoft/onnxruntime){: .btn target="_blank"} |
---