Skip to content

Commit 4858c0f

Browse files
committed
Fix the URL in README.md
The previous URL of The Linux/x86 Boot Protocol returned a 404 error due to an incorrect origin. Updated the link to point to the correct resource. References: - The Linux/x86 Boot Protocol: https://www.kernel.org/doc/html/latest/arch/x86/boot.html
1 parent 608ba28 commit 4858c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ a BSD-style license that can be found in the LICENSE file.
109109
## References
110110
* [kvmtool](https://github.com/kvmtool/kvmtool)
111111
* [KVM (Kernel-based Virtual Machine) API](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt)
112-
* [The Linux/x86 Boot Protocol](https://www.kernel.org/doc/html/latest/x86/boot.html)
112+
* [The Linux/x86 Boot Protocol](https://www.kernel.org/doc/html/latest/arch/x86/boot.html)
113113
* [Using the KVM API](https://lwn.net/Articles/658511/)
114114
* [gokvm](https://github.com/bobuhiro11/gokvm)
115115
* [KVM Host in a few lines of code](https://zserge.com/posts/kvm/)

0 commit comments

Comments
 (0)