diff --git a/projects/docker/README.md b/projects/docker/README.md
index 01d0c28226688baaeb888355a794f82343986b4c..3dbe6844f3657a0d7df193fb689503579c380d70 100644
--- a/projects/docker/README.md
+++ b/projects/docker/README.md
@@ -129,7 +129,7 @@ $ DOCKER_BUILDKIT=1 docker build -f docker/Dockerfile --build-arg MMCIF_USER_ID=
 $
 ```
 
-For working on a translation script, it is convenient to mount the complete Git repository when running the Docker container interactively. This makes sure [`pyproject.toml`](../pyproject.toml) is available from the repository root to `black` and `pylint`:
+For working on a translation script, it is convenient to mount the complete Git repository when running the Docker container interactively. This makes sure [`pyproject.toml`](pyproject.toml) is available from the repository root to `black` and `pylint`:
 
 ```terminal
 $ touch .history