This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git
The following commit(s) were added to refs/heads/main by this push:
new 9ab08a43a fix cross-language-serialization link (#353)
9ab08a43a is described below
commit 9ab08a43a715224475e97fe245a5a767ac64f000
Author: Shawn Yang <[email protected]>
AuthorDate: Thu Oct 30 11:07:16 2025 +0800
fix cross-language-serialization link (#353)
---
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]