From 0a482a8ca7658b689879e5bc31db4a3593c52826 Mon Sep 17 00:00:00 2001 From: Sanggyu Lee Date: Tue, 12 Apr 2022 09:38:40 +0900 Subject: [PATCH] [docs/howto] Fix broken link in how-to-build-runtime (#8841) It fixes wrong url in how-to-build-runtime.md. Signed-off-by: Sanggyu Lee --- docs/howto/how-to-build-runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/how-to-build-runtime.md b/docs/howto/how-to-build-runtime.md index e1ebd0fe40e..bf524d766cb 100644 --- a/docs/howto/how-to-build-runtime.md +++ b/docs/howto/how-to-build-runtime.md @@ -15,7 +15,7 @@ In the Ubuntu, you can easily install it with the following command. $ sudo apt-get install cmake libboost-all-dev ``` -If your linux system does not have the basic development configuration, you will need to install more packages. A list of all packages needed to configure the development environment can be found in the https://github.com/Samsung/ONE/blob/master/infra/docker/Dockerfile.1804 file. +If your linux system does not have the basic development configuration, you will need to install more packages. A list of all packages needed to configure the development environment can be found in https://github.com/Samsung/ONE/blob/master/infra/docker/bionic/Dockerfile. Here is a summary of it