diff options
author | Antonio Niño Díaz <antonio.ninodiaz@arm.com> | 2019-02-12 18:47:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-12 18:47:52 +0000 |
commit | 288abd63312e3eeca5e30683251ff60cebba0bf5 (patch) | |
tree | 9cf6e90ff27f31deb302f6eb927631c627bf015a /docs/trusted-board-boot.rst | |
parent | 873e394b3bf93214a441f9f98237b58fbbea55aa (diff) | |
parent | dd4e9a7da07148f85aab4f9276c26b34b8eb6b83 (diff) | |
download | platform_external_arm-trusted-firmware-288abd63312e3eeca5e30683251ff60cebba0bf5.tar.gz platform_external_arm-trusted-firmware-288abd63312e3eeca5e30683251ff60cebba0bf5.tar.bz2 platform_external_arm-trusted-firmware-288abd63312e3eeca5e30683251ff60cebba0bf5.zip |
Merge pull request #1818 from pbeesley-arm/doc-links
doc: Fix broken external links
Diffstat (limited to 'docs/trusted-board-boot.rst')
-rw-r--r-- | docs/trusted-board-boot.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/trusted-board-boot.rst b/docs/trusted-board-boot.rst index 33005e3de..1ca6fef75 100644 --- a/docs/trusted-board-boot.rst +++ b/docs/trusted-board-boot.rst @@ -233,6 +233,6 @@ for building and using the tool can be found in the `User Guide`_. *Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved.* .. _Firmware Update: firmware-update.rst -.. _X.509 v3: http://www.ietf.org/rfc/rfc5280.txt +.. _X.509 v3: https://tools.ietf.org/rfc/rfc5280.txt .. _User Guide: user-guide.rst .. _Auth Framework: auth-framework.rst |