From 9a314511de93b122461e048850e0e9bf75e265a7 Mon Sep 17 00:00:00 2001 From: Xunzhuo Date: Mon, 4 Jul 2022 16:26:31 +0800 Subject: [PATCH] fix: deadlinks cause ci failed (#696) --- docs/en/start/faas/start.md | 4 ++-- docs/zh/start/faas/start.md | 2 +- 2 files changed, 3 insertions(+), 3 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 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)