From 05808469baef2965c45eb4ca1b1eebab2ebc331c Mon Sep 17 00:00:00 2001
From: "S.P. Mohanty" <spmohanty91@gmail.com>
Date: Mon, 1 Apr 2024 18:14:46 +0000
Subject: [PATCH] fix typo

---
 docs/runtime.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/runtime.md b/docs/runtime.md
index cbed6ac..35300f0 100644
--- a/docs/runtime.md
+++ b/docs/runtime.md
@@ -25,4 +25,4 @@ These files are used to construct your **AIcrowd submission docker containers**
 
 ----
 
-To test your image builds locally, you can use the included [docker_run.sh][../docker_run.sh] script.
+To test your image builds locally, you can use the included [docker_run.sh](../docker_run.sh) script.
-- 
GitLab