This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new b111272bb [fix] home page FAQ errors (#120)
b111272bb is described below

commit b111272bb1d6fb37c0086bb799fd86db2c9b6dc6
Author: labbomb <[email protected]>
AuthorDate: Fri May 6 00:03:33 2022 -0700

    [fix] home page FAQ errors (#120)
---
 docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index b54e1dc2b..429b12e5a 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -182,7 +182,7 @@ const config = {
                     items: [
                         {
                             label: 'FAQ',
-                            href: '/docs/FAQ',
+                            href: '/docs/faq',
                         },
                         {
                             label: 'Releases',

Reply via email to