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}");