From 7c07cf0859956eb91856533d93b384ddb9fedbc4 Mon Sep 17 00:00:00 2001 From: Nick Renieris Date: Fri, 2 May 2025 15:05:18 +0300 Subject: [PATCH] readme/docker: Fix "Dependencies" link --- README_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_docker.md b/README_docker.md index b1f5bf52..8bc654da 100644 --- a/README_docker.md +++ b/README_docker.md @@ -9,7 +9,7 @@ docker run -it my_project:latest ``` This command will put you in a `bash` session in a Ubuntu 20.04 Docker container, -with all of the tools listed in the [Dependencies](#dependencies) section already installed. +with all of the tools listed in the [Dependencies](README_dependencies.md#dependencies) section already installed. Additionally, you will have `g++-11` and `clang++-13` installed as the default versions of `g++` and `clang++`.