42 lines
1.5 KiB
Diff
42 lines
1.5 KiB
Diff
|
|
From d14ed26839876832318aedfc638628d23091f2f4 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Wei Gao <gaowei66@huawei.com>
|
||
|
|
Date: Mon, 17 May 2021 09:32:50 +0800
|
||
|
|
Subject: [PATCH] doc: fix an uncorrect link for `build_guide` in
|
||
|
|
`quickstart.md`.
|
||
|
|
|
||
|
|
Signed-off-by: Wei Gao <gaowei66@huawei.com>
|
||
|
|
---
|
||
|
|
docs/boot_source.md | 2 +-
|
||
|
|
docs/quickstart.md | 2 +-
|
||
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
|
||
|
|
diff --git a/docs/boot_source.md b/docs/boot_source.md
|
||
|
|
index a4e4389..22b2935 100644
|
||
|
|
--- a/docs/boot_source.md
|
||
|
|
+++ b/docs/boot_source.md
|
||
|
|
@@ -65,7 +65,7 @@ Rootfs image is a file system image. An EXT4-format image with `/sbin/init` can
|
||
|
|
|
||
|
|
```shell
|
||
|
|
$ arch=`uname -m`
|
||
|
|
- $ wget http://dl-cdn.alpinelinux.org/alpine/latest-stable/releases/$arch/alpine-minirootfs-3.13.0-$arch.tar.gz -O alpine-minirootfs.tar.gz
|
||
|
|
+ $ wget http://dl-cdn.alpinelinux.org/alpine/v3.13/releases/$arch/alpine-minirootfs-3.13.0-$arch.tar.gz -O alpine-minirootfs.tar.gz
|
||
|
|
$ tar -zxvf alpine-minirootfs.tar.gz
|
||
|
|
$ rm alpine-minirootfs.tar.gz
|
||
|
|
```
|
||
|
|
diff --git a/docs/quickstart.md b/docs/quickstart.md
|
||
|
|
index 842c3ca..5a2b194 100644
|
||
|
|
--- a/docs/quickstart.md
|
||
|
|
+++ b/docs/quickstart.md
|
||
|
|
@@ -26,7 +26,7 @@ $ sudo yum install stratovirt
|
||
|
|
|
||
|
|
Now you can find StratoVirt binary with path: `/usr/bin/stratovirt`.
|
||
|
|
|
||
|
|
-If you'd like to build StratoVirt yourself, you should check out the [build_guide](../build_guide.md).
|
||
|
|
+If you'd like to build StratoVirt yourself, you should check out the [build_guide](./build_guide.md).
|
||
|
|
|
||
|
|
## 3. Running StratoVirt
|
||
|
|
|
||
|
|
--
|
||
|
|
2.25.1
|
||
|
|
|