From d166e9b8e9ab90cbf2a1828e553d628c4611c783 Mon Sep 17 00:00:00 2001 From: Xin Jin <39755499+EugeneJinXin@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:40:37 -0700 Subject: [PATCH] fix: llm.txt url link broken (#5460) fix url issue --- docs/overrides/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 3e35ab581..16aa71ce5 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -101,7 +101,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= }; option2.onmouseout = function() { this.style.background = 'transparent'; }; option2.onclick = function() { - window.open('/llms-txt-overview/', '_blank'); + window.open('/langgraph/llms-txt-overview/', '_blank'); dropdown.style.display = 'none'; };