From 63c9b08be7e8377024b359771e8aab78ab38ae24 Mon Sep 17 00:00:00 2001 From: zero <68810266+zllkjc@users.noreply.github.com> Date: Sat, 21 Sep 2024 05:38:22 +0800 Subject: [PATCH] fix: modernjs ssr demo is broken, should use main branch (#2975) --- apps/website-new/docs/en/guide/framework/modernjs.mdx | 2 +- apps/website-new/docs/zh/guide/framework/modernjs.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/website-new/docs/en/guide/framework/modernjs.mdx b/apps/website-new/docs/en/guide/framework/modernjs.mdx index aab1fcfdd7..0ae14dbdc5 100644 --- a/apps/website-new/docs/en/guide/framework/modernjs.mdx +++ b/apps/website-new/docs/en/guide/framework/modernjs.mdx @@ -8,7 +8,7 @@ This plugin provides Module Federation supporting functions for Modern.js - Server-Side Rendering We highly recommend referencing this application which takes advantage of the best capabilities: -[module-federation example](https://github.com/module-federation/core/tree/feat/modernjs-ssr/apps/modernjs-ssr) +[module-federation example](https://github.com/module-federation/core/tree/main/apps/modernjs-ssr) ## Quick Start diff --git a/apps/website-new/docs/zh/guide/framework/modernjs.mdx b/apps/website-new/docs/zh/guide/framework/modernjs.mdx index 904d9eba7a..ff7dc321ba 100644 --- a/apps/website-new/docs/zh/guide/framework/modernjs.mdx +++ b/apps/website-new/docs/zh/guide/framework/modernjs.mdx @@ -8,7 +8,7 @@ - 包含服务器端渲染(SSR) 强烈推荐参考这个应用,它充分利用了最佳功能: -[module-federation 示例](https://github.com/module-federation/core/tree/feat/modernjs-ssr/apps/modernjs-ssr) +[module-federation 示例](https://github.com/module-federation/core/tree/main/apps/modernjs-ssr) ## 快速开始