From 765efc33f2fab8cf8f00bdb36a93c1611211a909 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Wed, 8 Sep 2021 14:40:59 -0700 Subject: [PATCH] Fix link --- Sources/Alchemy/Env/Env.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Alchemy/Env/Env.swift b/Sources/Alchemy/Env/Env.swift index 98c19af1..b1d0a6e5 100644 --- a/Sources/Alchemy/Env/Env.swift +++ b/Sources/Alchemy/Env/Env.swift @@ -129,7 +129,7 @@ extension Env { Your project is running in Xcode's `DerivedData` data directory. We _highly_ recommend setting a custom working directory, otherwise `.env` and `Public/` files won't be accessible. - This takes ~9 seconds to fix. Here's how: https://github.com/alchemy-swift/alchemy/blob/main/Docs/1b_Configuration.md#setting-a-custom-working-directory. + This takes ~9 seconds to fix. Here's how: https://github.com/alchemy-swift/alchemy/blob/main/Docs/1_Configuration.md#setting-a-custom-working-directory. """) } let filePath = currentPath + relativePath