소스 검색

Changing ACPI spec link to the web page with the latest version

I noticed that the link to the ACPI specification was pointing to a specific version (6.2A) that is out of date. Changing the link to point to the UEFI web page where the latest version of the spec is posted. As of the date of this commit, the current version is 6.3. 

Kevin Shaw, Technical Writer, Intel Corporation
Kevin Shaw 5 년 전
부모
커밋
f1aaabca2c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -16,7 +16,7 @@ Contributions are more than welcome! You can:
 - Using the crates within your kernel and file bug reports and feature requests!
 
 Useful resources for contributing are:
-- [The ACPI specification](http://www.uefi.org/sites/default/files/resources/ACPI%206_2_A_Sept29.pdf)
+- [The ACPI specification](https://uefi.org/specifications)
 - [OSDev Wiki](https://wiki.osdev.org/ACPI)
 
 ## Licence