From c79907d4c2f8036929e2bdb091c402eb3b3fc3df Mon Sep 17 00:00:00 2001 From: JuFeng Zhang Date: Mon, 1 Mar 2021 18:41:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20the=20link=20of=20examp?= =?UTF-8?q?le=20without=20bundler=20(#1274)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/getting-started.md | 2 +- docs/guide/getting-started.zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 3145eea..0a6238e 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -79,7 +79,7 @@ export async function update(props) { As qiankun based on single-spa, you can find more documentation about the sub-application lifecycle [here](https://single-spa.js.org/docs/building-applications.html#registered-application-lifecycle). -Refer to [example without bundler](/faq#does-qiankun-support-the-subapp-without-bundler) +Refer to [example without bundler](/guide/tutorial#micro-app-built-without-webpack) ### 2. Config Sub App Bundler diff --git a/docs/guide/getting-started.zh.md b/docs/guide/getting-started.zh.md index bf0d849..601afd3 100644 --- a/docs/guide/getting-started.zh.md +++ b/docs/guide/getting-started.zh.md @@ -91,7 +91,7 @@ export async function update(props) { qiankun 基于 single-spa,所以你可以在[这里](https://single-spa.js.org/docs/building-applications.html#registered-application-lifecycle)找到更多关于微应用生命周期相关的文档说明。 -无 webpack 等构建工具的应用接入方式请见[这里](/zh/faq#非-webpack-构建的微应用支持接入-qiankun-么?) +无 webpack 等构建工具的应用接入方式请见[这里](/zh/guide/tutorial#%E9%9D%9E-webpack-%E6%9E%84%E5%BB%BA%E7%9A%84%E5%BE%AE%E5%BA%94%E7%94%A8) ### 2. 配置微应用的打包工具