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

chaokunyang pushed a commit to branch fix_quick_start4
in repository https://gitbox.apache.org/repos/asf/fory-site.git

commit 5c8b6ecbbe27b12480a8c4eea15e49fd965aa36a
Author: chaokunyang <[email protected]>
AuthorDate: Thu Oct 30 11:06:56 2025 +0800

    fix cross-language-serialization link
---
 src/pages/home/components/HomePageLanguageCard.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/home/components/HomePageLanguageCard.tsx 
b/src/pages/home/components/HomePageLanguageCard.tsx
index cc280c42f..62af64cfe 100644
--- a/src/pages/home/components/HomePageLanguageCard.tsx
+++ b/src/pages/home/components/HomePageLanguageCard.tsx
@@ -45,7 +45,7 @@ export default function HomePageLanguageCard() {
                   key === "java"
                     ? "java-serialization"
                     : key === "more"
-                    ? "crosslanguage-serialization"
+                    ? "cross-language-serialization"
                     : key
                 ))
               }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to