From 5dd2ca9c137e72eae941f72d0c4f993db5a9969b Mon Sep 17 00:00:00 2001 From: Ying Hu Date: Wed, 13 Nov 2024 10:07:04 +0800 Subject: [PATCH] Update opea-custom.js to fix235 fix #235 the link to main page --- sphinx/_static/opea-custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/_static/opea-custom.js b/sphinx/_static/opea-custom.js index ac0f4453..cb2d0221 100644 --- a/sphinx/_static/opea-custom.js +++ b/sphinx/_static/opea-custom.js @@ -2,7 +2,7 @@ $(document).ready(function(){ /* tweak logo link to the marketing site instead of doc site */ - $( ".icon-home" ).attr({href: "https://opea.dev/", target: "_blank"}); + $( ".icon-home" ).attr({href: "https://opea-project.github.io/latest/index.html", target: "_blank"}); /* open external links in a new tab */ $('a[class*=external]').attr({target: '_blank', rel: 'noopener'});