From 2240fc0b80b310aa1110569354def930f4d39c03 Mon Sep 17 00:00:00 2001 From: Phan An Date: Sun, 8 Sep 2024 13:54:37 +0200 Subject: [PATCH] docs: fix koel:doctor image path --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 991a544a..7ed7be0d 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -49,7 +49,7 @@ php artisan koel:doctor This command will check your environment and configuration for common issues (file/folder permissions, storage setup, server configuration, etc.) and provide you with a report. An example output might look like this: -![Koel's homepage](../assets/img/doctor.webp) +![Koel Doctor](./assets/img/doctor.webp) If you're still stuck, check below for a couple of common issues and their solutions.