The name of the action for http download uses a hyphen, not an underscore. Fix the typos.
Signed-off-by: Kevin Hilman khilman@baylibre.com --- doc/v2/timeouts.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/v2/timeouts.rst b/doc/v2/timeouts.rst index c330f9d89548..50070766abe0 100644 --- a/doc/v2/timeouts.rst +++ b/doc/v2/timeouts.rst @@ -259,7 +259,7 @@ block override.
timeouts: actions: - http_download: + http-download: minutes: 2
.. _individual_connection_timeout_overrides: @@ -275,7 +275,7 @@ specific connection timeout which can be longer or shorter than the default.
timeouts: connections: - http_download: + http-download: minutes: 2
.. _action_block_timeout_overrides: