Skip to content

Commit 7c07cf0

Browse files
authored
readme/docker: Fix "Dependencies" link
1 parent 1015c6b commit 7c07cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README_docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ docker run -it my_project:latest
99
```
1010

1111
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.
12+
with all of the tools listed in the [Dependencies](README_dependencies.md#dependencies) section already installed.
1313
Additionally, you will have `g++-11` and `clang++-13` installed as the default
1414
versions of `g++` and `clang++`.
1515

0 commit comments

Comments
 (0)