This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch fix_quick_start3 in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit e767a620a70af1e81a273a8d6244d15edde85253 Author: chaokunyang <[email protected]> AuthorDate: Thu Oct 30 11:06:18 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]
