From 910f4931e6d872229ec90c478eebf34ebb05f01b Mon Sep 17 00:00:00 2001 From: Constantin Graf Date: Mon, 27 May 2024 14:57:12 +0200 Subject: [PATCH] Fixed links --- docs/self-hosting/environments/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self-hosting/environments/docker.md b/docs/self-hosting/environments/docker.md index a50c3e5..300af1b 100644 --- a/docs/self-hosting/environments/docker.md +++ b/docs/self-hosting/environments/docker.md @@ -55,7 +55,7 @@ The examples all contain template files that you can copy and adjust to your nee - `laravel.env.example` --> `laravel.env` You need to adjust the environment variables in the `.env` and `laravel.env` files to your needs. -You can find for information about the environment variables in the [configuration documentation](./configuration). +You can find for information about the environment variables in the [configuration documentation](../configuration). ### Generate the application keys @@ -108,7 +108,7 @@ You can now access the application in your browser. The URL depends on your setu ### Testing the setup -You can find information about how to test the setup in the [testing documentation](./testing). +You can find information about how to test the setup in the [testing documentation](../testing). ## Update