From 7c9f535e7bd6f49b49335de07e3aaa6ee3a0ecf6 Mon Sep 17 00:00:00 2001 From: Marlon Regenhardt Date: Wed, 12 Jun 2024 23:39:53 +0200 Subject: [PATCH] docs: Fix a typo in the docker installation guide Closes #152 --- docs/docs/Installation/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/Installation/docker.md b/docs/docs/Installation/docker.md index e592249ed..448bc9bf3 100644 --- a/docs/docs/Installation/docker.md +++ b/docs/docs/Installation/docker.md @@ -30,7 +30,7 @@ If this step is omitted the default mode (unconfigured) will be Sqlite with the ## Run BaGetter 1. Create a folder named `bagetter-data` in the same directory as the `bagetter.env` file. This will be used by BaGetter to persist its state. -2. Pull BaGetter's latest [docker image](hhttps://hub.docker.com/r/bagetter/bagetter): +2. Pull BaGetter's latest [docker image](https://hub.docker.com/r/bagetter/bagetter): ```shell docker pull bagetter/bagetter