We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1015c6b commit 7c07cf0Copy full SHA for 7c07cf0
1 file changed
README_docker.md
@@ -9,7 +9,7 @@ docker run -it my_project:latest
9
```
10
11
This command will put you in a `bash` session in a Ubuntu 20.04 Docker container,
12
-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.
13
Additionally, you will have `g++-11` and `clang++-13` installed as the default
14
versions of `g++` and `clang++`.
15
0 commit comments