Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 7f3bd7a

Browse files
committed
docs: modify the error url of logfmt
There are many error urls, which will affect the correctness of the document. I changed the error url to the correct url. Fixes: #740 Signed-off-by: Cria Hu <[email protected]>
1 parent 3269ba1 commit 7f3bd7a

8 files changed

+9
-9
lines changed

how-to/how-to-use-kata-containers-with-acrn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This document requires the presence of the ACRN hypervisor and Kata Containers o
2727

2828
- ACRN supported [Hardware](https://projectacrn.github.io/latest/hardware.html#supported-hardware).
2929
> **Note:** Please make sure to have a minimum of 4 logical processors (HT) or cores.
30-
- ACRN [software](https://projectacrn.github.io/latest/tutorials/kbl-nuc-sdc.html#use-the-script-to-set-up-acrn-automatically) setup.
30+
- ACRN [software](https://projectacrn.github.io/1.6/tutorials/kbl-nuc-sdc.html#use-the-script-to-set-up-acrn-automatically) setup.
3131
- For networking, ACRN supports either MACVTAP or TAP. If MACVTAP is not enabled in the Service OS, please follow the below steps to update the kernel:
3232

3333
```sh

how-to/how-to-use-virtio-mem-with-kata.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please use following unofficial version of the Linux kernel and QEMU that suppor
2020
The Linux kernel is at https://github.com/davidhildenbrand/linux/tree/virtio-mem-rfc-v4.
2121
The Linux kernel config that can work with Kata Containers is at https://gist.github.com/teawater/016194ee84748c768745a163d08b0fb9.
2222

23-
The QEMU is at https://github.com/teawater/qemu/tree/kata-virtio-mem. (The original source is at https://github.com/davidhildenbrand/qemu/tree/virtio-mem. Its base version of QEMU cannot work with Kata Containers. So merge the commit of `virtio-mem` to upstream QEMU.)
23+
The QEMU is at https://github.com/teawater/qemu/tree/kata-virtio-mem. (The original source is at https://github.com/davidhildenbrand/qemu/tree/virtio-mem-vfio. Its base version of QEMU cannot work with Kata Containers. So merge the commit of `virtio-mem` to upstream QEMU.)
2424

2525
Set Linux and the QEMU that support `virtio-mem` with following line in the Kata Containers QEMU configuration `configuration-qemu.toml`:
2626
```toml

how-to/service-mesh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ is not able to perform a proper setup of the rules.
7676

7777
### Service Mesh Istio
7878

79-
As a reference, you can follow Istio [instructions](https://istio.io/docs/setup/kubernetes/quick-start/#download-and-prepare-for-the-installation).
79+
As a reference, you can follow Istio [instructions](https://istio.io/latest/docs/setup/getting-started/#download-and-prepare-for-the-installation).
8080

8181
The following is a summary of what you need to install Istio on your system:
8282
```

install/docker/opensuse-leap-docker-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can ignore the content of this comment.
77
88
```bash
99
$ echo "NOTE: this document is just a link to the generic openSUSE install guide located at:
10-
https://raw.githubusercontent.com/kata-containers/documentation/master/install/docker/opensuse-docker-install.md
10+
https://github.com/kata-containers/documentation/tree/master/install/docker/opensuse-docker-install.md
1111
1212
Please download this file and run kata-doc-to-script.sh again."
1313
```

install/docker/opensuse-tumbleweed-docker-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can ignore the content of this comment.
77
88
```bash
99
$ echo "NOTE: this document is just a link to the generic openSUSE install guide located at:
10-
https://raw.githubusercontent.com/kata-containers/documentation/master/install/docker/opensuse-docker-install.md
10+
https://github.com/kata-containers/documentation/tree/master/install/docker/opensuse-docker-install.md
1111
1212
Please download this file and run kata-doc-to-script.sh again."
1313
```

install/installing-with-kata-doc-to-script.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ to generate installation bash scripts.
1717

1818
```bash
1919
$ source /etc/os-release
20-
$ curl -fsSL -O https://raw.githubusercontent.com/kata-containers/documentation/master/install/${ID}-installation-guide.md
20+
$ curl -fsSL -O https://github.com/kata-containers/documentation/tree/master/install/${ID}-installation-guide.md
2121
$ bash -c "$(curl -fsSL https://raw.githubusercontent.com/kata-containers/tests/master/.ci/kata-doc-to-script.sh) ${ID}-installation-guide.md ${ID}-install.sh"
2222
```
2323

@@ -33,7 +33,7 @@ $ bash "./${ID}-install.sh"
3333

3434
```bash
3535
$ source /etc/os-release
36-
$ curl -fsSL -O https://raw.githubusercontent.com/kata-containers/documentation/master/install/docker/${ID}-docker-install.md
36+
$ curl -fsSL -O https://github.com/kata-containers/documentation/tree/master/install/docker${ID}-docker-install.md
3737
$ bash -c "$(curl -fsSL https://raw.githubusercontent.com/kata-containers/tests/master/.ci/kata-doc-to-script.sh) ${ID}-docker-install.md ${ID}-docker-install.sh"
3838
```
3939

install/opensuse-leap-installation-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can ignore the content of this comment.
88
99
```bash
1010
$ echo "NOTE: this document is just a link to the generic openSUSE install guide located at:
11-
https://raw.githubusercontent.com/kata-containers/documentation/master/install/opensuse-installation-guide.md
11+
https://github.com/kata-containers/documentation/tree/master/install/opensuse-installation-guide.md
1212
1313
Please download this file and run kata-doc-to-script.sh again."
1414
```

install/opensuse-tumbleweed-installation-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can ignore the content of this comment.
88
99
```bash
1010
$ echo "NOTE: this document is just a link to the generic openSUSE install guide located at:
11-
https://raw.githubusercontent.com/kata-containers/documentation/master/install/opensuse-installation-guide.md
11+
https://github.com/kata-containers/documentation/tree/master/install/opensuse-installation-guide.md
1212
1313
Please download this file and run kata-doc-to-script.sh again."
1414
```

0 commit comments

Comments
 (0)