Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/update_uefi_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import logging
import requests

UEFI_INDEX_URL = 'https://uefi.org/specs/UEFI/2.10_A/index.html'
UEFI_INDEX_URL = 'https://uefi.org/specs/UEFI/2.11/index.html'
uefi_csv = os.path.dirname(__file__) + '/../source/extensions/uefi_index.csv'
logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion source/chapter2-uefi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ platforms.
UEFI Version
============

This document uses version 2.10 Errata A of the UEFI specification [UEFI]_.
This document uses version 2.11 of the UEFI specification [UEFI]_.

UEFI Compliance
===============
Expand Down
Loading