From 0df62880c4acb728416d9386ce1c082b00e4ee1c Mon Sep 17 00:00:00 2001 From: OreoYang <2167young@163.com> Date: Wed, 18 Jun 2025 09:23:50 +0800 Subject: [PATCH] switch visit trial.ivorysql.org from https to http --- docusaurus.config.js | 2 +- src/pages/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 2ae8bf6..379f574 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -140,7 +140,7 @@ const config = { }, { label: 'Online Trial', - href: 'https://trial.ivorysql.org/', + href: 'http://trial.ivorysql.org:8080/', position: 'left' }, diff --git a/src/pages/index.js b/src/pages/index.js index 0276661..79e09d0 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -64,7 +64,7 @@ function HomepageHeader() { className="button button--secondary button--lg" target="_blank" rel="noopener noreferrer" - to="https://trial.ivorysql.org/"> + to="http://trial.ivorysql.org:8080/"> Online Trial