Skip to content

Commit

Permalink
fix: modernjs ssr demo is broken, should use main branch (#2975)
Browse files Browse the repository at this point in the history
  • Loading branch information
zllkjc committed Sep 20, 2024
1 parent 5447f80 commit 63c9b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/website-new/docs/en/guide/framework/modernjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion apps/website-new/docs/zh/guide/framework/modernjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 快速开始

Expand Down

0 comments on commit 63c9b08

Please sign in to comment.