From ba78b9ff06f21cbef2d8ca46717a545f64210ac7 Mon Sep 17 00:00:00 2001
From: eikek <eike.kettner@posteo.de>
Date: Mon, 22 Nov 2021 13:16:04 +0100
Subject: [PATCH] Fixing links in the getting started page

---
 website/elm/GetStarted.elm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/website/elm/GetStarted.elm b/website/elm/GetStarted.elm
index 17c1fb5a..42748a2c 100644
--- a/website/elm/GetStarted.elm
+++ b/website/elm/GetStarted.elm
@@ -27,9 +27,6 @@ getStarted version =
    ```bash
    $ docker-compose up -d
    ```
-
-   Please see the [`consumedir.sh`](doc/tools/consumedir#docker) docs for additional
-   info.
 4. Goto <http://localhost:7880>, signup and login. When signing up,
    choose the same name for collective and user. Then login
    with this name and the password.
@@ -38,8 +35,8 @@ getStarted version =
    chose for the collective at registration) and place files in there
    for importing them.
 
-The directory contains a file `docspell.conf` that you can
-[modify](docs/configure) as needed.
+The `docker-compose.yml` file defines some environment variables to
+configure docspell. You can [modify](docs/configure) them as needed.
     """
         ]
     , div [ class "content container" ]