summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2019-02-25 09:58:13 +0000
committerLeif Lindholm <leif.lindholm@linaro.org>2019-03-28 12:27:39 +0000
commit2c022fb89d9fd1f16e6499786f7a1759cdadc668 (patch)
treecb916642d4322f7e88f438b879d146bff850adf4
parent27207a83aefc88526466fb2dcba50470cb92974d (diff)
opteed-build.sh: update dead link
Signed-off-by: Victor Chong <victor.chong@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
-rwxr-xr-xopteed-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/opteed-build.sh b/opteed-build.sh
index 2dd40ff..acb39dc 100755
--- a/opteed-build.sh
+++ b/opteed-build.sh
@@ -52,7 +52,7 @@ function build_platform
#
# OP-TEE requires both 64- and 32-bit compilers for a 64-bit build
# For details, visit
- # https://github.com/OP-TEE/optee_os/blob/master/documentation/build_system.md#cross_compile-cross-compiler-selection
+ # https://optee.readthedocs.io/building/gits/optee_os.html?#cross-compile
#
set_cross_compile
if [ "$PLATFORM_ARCH" = "AARCH64" ]; then