From 230107b5954c525d3dc3b20b51bf2548e990af52 Mon Sep 17 00:00:00 2001 From: Karlos <73657806+krls2020@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:40:19 +0100 Subject: [PATCH] fix: link to production yml example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25f5a5e..131ab75 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ For a production-ready environment, consider the following modifications: `minContainers: 2` in the recipe YAML. - Use a production-ready third-party SMTP server instead of Mailpit. -You can see a production example setup at [`zerops-project-import-production.yml`](https://github.com/zeropsio/recipe-filament/blob/main/zerops-project-import-production.yml). +You can see a production example setup at [`zerops-project-import-production.yml`](https://github.com/zeropsio/recipe-filament/blob/main/zerops-project-production-import.yml). ## Changes Made Over the Default Installation