From 9765e8cc5436f1e90568c0723547893d729325e1 Mon Sep 17 00:00:00 2001 From: Dyson Parkes Date: Wed, 3 Mar 2021 22:28:03 +1300 Subject: [PATCH] update docs link for indexhtml --- src/Ombi/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi/Program.cs b/src/Ombi/Program.cs index 0c27c1073..de3e1f7ee 100644 --- a/src/Ombi/Program.cs +++ b/src/Ombi/Program.cs @@ -277,7 +277,7 @@ namespace Ombi } catch (UnauthorizedAccessException) { - Console.WriteLine("Error attempting to write Base URL, see here: https://docs.ombi.app/info/faq/#unauthorized-access-to-indexhtml"); + Console.WriteLine("Error attempting to write Base URL, see here: https://docs.ombi.app/info/known-faults/#unauthorized-access-to-indexhtml"); } Console.WriteLine($"Wrote new baseurl at {indexPath}");