diff --git a/projects/docker/README.md b/projects/docker/README.md
index b6d97a1a2b7af156cc4b43c85b1949a0762f46de..8031df23ee34975d8bae8850b4eae0d1331ee8cb 100644
--- a/projects/docker/README.md
+++ b/projects/docker/README.md
@@ -2,7 +2,7 @@
 
 This directory contains all the files needed to create the base [Docker](https://www.docker.com) image used for the converter software in [`projects`](projects/).
 
-A specific project's translation script can be executed either in an app like manner (*I.O.U. a link to the anchor here*), calling it directly from within the container, using a local copy executed by the container (*I.O.U. a link to the anchor here*), or in an interactive shell within the container (*I.O.U. a link to the anchor here*).
+A specific project's translation script can be executed either in an [app like](#run-a-fixed-converter-from-within-the-docker-container-app-like) manner, calling it directly from within the container, using a local copy executed by the container (*I.O.U. a link to the anchor here*), or in an interactive shell within the container (*I.O.U. a link to the anchor here*).
 
 [[_TOC_]]
 
@@ -11,7 +11,7 @@ A specific project's translation script can be executed either in an app like ma
 
 This is a quick tour on how to build and run the Docker container through different scenarios. This is not a lecture on containerisation in general, nor Linux/ Unix, shell scripting or programming. But if you encounter a specific problem, feel free to ping the [MA team](https://modelarchive.org/contact).
 
-This section describes four use cases of the Docker container (including a build-how to per use case) but starts with a short primer of what is common to all scenarios described here.
+This section describes four use cases of the Docker container (including a build how-to per use case) but starts with a short primer of what is common to all scenarios described here.
 
 
 ### Prerequisites