From e58c890944153c6347af3eecea1db283f8edf05e Mon Sep 17 00:00:00 2001 From: Shadchamp <172061051+Shadchamp@users.noreply.github.com> Date: Thu, 28 Aug 2025 23:16:35 -0400 Subject: [PATCH] Updating pages --- README.md | 2 +- Windows WSL.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a57966..8eb20c9 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ or Log out and back in for the group change to take effect. This will start the required Docker containers in detached mode. -For troubleshooting MySQL root user errors, see [Fix MySQL root user error](./TROUBLESHOOTING.md#fix-mysql-root-user-error). +For troubleshooting MySQL root user errors, see [Fix MySQL root user error](./Troubleshooting.md#fix-mysql-root-user-error). ## 10. Generate Application Key diff --git a/Windows WSL.md b/Windows WSL.md index a5f2e9f..ee3dd02 100644 --- a/Windows WSL.md +++ b/Windows WSL.md @@ -157,6 +157,9 @@ or Log out and back in for the group change to take effect. This will start the required Docker containers in detached mode. +For troubleshooting MySQL root user errors, see [Fix MySQL root user error](./Troubleshooting.md#fix-mysql-root-user-error). + + ## 10. Generate Application Key Before generating the Laravel application key, ensure your `.env` file contains an `APP_KEY` variable (it can be empty):