fix: llm.txt url link broken (#5460)

fix url issue
This commit is contained in:
Xin Jin
2025-07-11 16:40:37 -04:00
committed by GitHub
parent 4da35babda
commit d166e9b8e9
+1 -1
View File
@@ -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';
};