Update HowToUseDockerImage.md (Fix broken link) (#8174)
author장지섭/On-Device Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Tue, 15 Oct 2019 11:21:26 +0000 (20:21 +0900)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 15 Oct 2019 11:21:26 +0000 (20:21 +0900)
This commit fixes broken link to relative address

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
docs/nnfw/howto/HowToUseDockerImage.md

index 9dbdf2e..57aef7b 100644 (file)
@@ -142,7 +142,7 @@ You can find built artifacts at `nnfw/Product/x86_64-linux.debug`.
 
 2. Cross build `nnfw` for ARM on x86_64 host
 
-You should prepare RootFS, following [Cross Building for ARM](https://github.sec.samsung.net/STAR/nnfw/blob/master/docs/howto/CrossBuildForArm.md) except ACL build and cross build steps. Then execute below commands. If your RootFS directory is different with below directory, change it to correct path and ensure the path is absolute.
+You should prepare RootFS, following [Cross Building for ARM](./CrossBuildForArm.md) except ACL build and cross build steps. Then execute below commands. If your RootFS directory is different with below directory, change it to correct path and ensure the path is absolute.
 ```
 $ cd nnfw
 $ ROOTFS_DIR=$(pwd)/tools/cross/rootfs/arm \