diff options
author | Heinrich Schuchardt | 2019-08-15 21:20:56 +0200 |
---|---|---|
committer | Bin Meng | 2019-08-18 21:54:10 +0800 |
commit | 0c4a0e601bad7c590c968d0e4c4a7e9f440cedd6 (patch) | |
tree | 0a73e396e3fb1396478042dc3c51c292856be0f6 /doc | |
parent | 79bf4450a1a59b99e638045f6b93e9b32d514d55 (diff) |
doc: arch: correct links in x86.rst
Correctly reference uefi/uefi.rst and uefi/u-boot_on_efi.rst.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/arch/x86.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/arch/x86.rst b/doc/arch/x86.rst index 2eb524cc8f8..a441738ad13 100644 --- a/doc/arch/x86.rst +++ b/doc/arch/x86.rst @@ -709,7 +709,8 @@ to load a 'u-boot-payload.efi', see below test logs on QEMU. No controllers found Hit any key to stop autoboot: 0 -See README.u-boot_on_efi and README.uefi for details of EFI support in U-Boot. +See :doc:`../uefi/u-boot_on_efi` and :doc:`../uefi/uefi` for details of +EFI support in U-Boot. TODO List --------- |