From 2baaf56b2eedc7acd4b1209d795278fae9adad00 Mon Sep 17 00:00:00 2001 From: Xunzhuo Date: Mon, 4 Jul 2022 15:49:48 +0800 Subject: [PATCH 1/2] fix: deadlinks cause ci failed Signed-off-by: Xunzhuo --- docs/en/start/faas/start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/start/faas/start.md b/docs/en/start/faas/start.md index b9fb09ab70..509b79e677 100644 --- a/docs/en/start/faas/start.md +++ b/docs/en/start/faas/start.md @@ -18,9 +18,9 @@ The following software needs to be installed to run this demo: Follow the instructions on the official website. -3. [virtualbox](https://www.virtualbox.org/) +3. [virtualbox](https://www.oracle.com/virtualization/technologies/vm/virtualbox.html) - Download the installation package from the official website and install it. You can also use [homebrew](https://brew.sh/) to install it on mac.If the startup fails after installation, please refer to [The host-only adapter we just created is not visible](https://github.com/kubernetes/minikube/issues/3614). + Download the installation package from the official website and install it. You can also use [homebrew](https://brew.sh/) to install it on mac. If the startup fails after installation, please refer to [The host-only adapter we just created is not visible](https://github.com/kubernetes/minikube/issues/3614). ### 3. Setup From 1a4d7613ef8f9e15e73458f4a3d71c452546fae5 Mon Sep 17 00:00:00 2001 From: Xunzhuo Date: Mon, 4 Jul 2022 15:51:20 +0800 Subject: [PATCH 2/2] fix: deadlinks cause ci failed Signed-off-by: Xunzhuo --- docs/zh/start/faas/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/start/faas/start.md b/docs/zh/start/faas/start.md index c816c13398..c663298aa2 100644 --- a/docs/zh/start/faas/start.md +++ b/docs/zh/start/faas/start.md @@ -18,7 +18,7 @@ Layotto支持加载并运行以 wasm 为载体的 Function,并支持Function 按照官网操作即可。 -3. [virtualbox](https://www.virtualbox.org/) +3. [virtualbox](https://www.oracle.com/virtualization/technologies/vm/virtualbox.html) 直接官网下载安装包安装即可,mac下也可以使用 [homebrew](https://brew.sh/) 进行安装。安装完以后如果启动失败,请参考[The host-only adapter we just created is not visible](https://github.com/kubernetes/minikube/issues/3614)