From 2b63d8043c5f17867181424961470ee92881311e Mon Sep 17 00:00:00 2001
From: Bienchen <stefan.bienert@unibas.ch>
Date: Fri, 7 Oct 2022 14:21:39 +0000
Subject: [PATCH] Update projects/docker/README.md

---
 projects/docker/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/docker/README.md b/projects/docker/README.md
index b6d97a1..8031df2 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
-- 
GitLab