From 4644665a48944c6d593420fff9975a5f360985e9 Mon Sep 17 00:00:00 2001 From: whimsical-c4lic0 <124305936+whimsical-c4lic0@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:28:54 -0500 Subject: [PATCH] Change docs URL --- OF DL/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OF DL/Program.cs b/OF DL/Program.cs index 0761ddf..f4f7eb1 100644 --- a/OF DL/Program.cs +++ b/OF DL/Program.cs @@ -150,7 +150,7 @@ public async static Task Main(string[] args) Console.WriteLine(e); AnsiConsole.MarkupLine($"\n[red]auth.json is not valid, check your JSON syntax![/]\n"); AnsiConsole.MarkupLine($"[red]If you are struggling with this file, you may want to try the browser extension which is documented here:[/]\n"); - AnsiConsole.MarkupLine($"[link]https://of-dl.gitbook.io/of-dl/auth#browser-extension[/]\n"); + AnsiConsole.MarkupLine($"[link]https://sim0n00ps.github.io/OF-DL/docs/config/auth#browser-extension[/]\n"); AnsiConsole.MarkupLine($"[red]Press any key to exit.[/]"); Log.Error("auth.json processing failed.", e.Message); @@ -322,7 +322,7 @@ public async static Task Main(string[] args) AnsiConsole.MarkupLine($"[red]Auth failed, please check the values in auth.json are correct.[/]\n"); AnsiConsole.MarkupLine($"[red]If you have previously been able to auth successfully, the most likely cause of this is that your browser has updated, which will change the values of the USER_AGENT string. The version change to this string is usually very minor and easy to overlook, but even a slight difference will cause an authentication failure.[/]\n"); AnsiConsole.MarkupLine($"[red]If you are struggling to authenticate, you may want to try the browser extension which is documented here:[/]\n"); - AnsiConsole.MarkupLine($"[link]https://of-dl.gitbook.io/of-dl/auth#browser-extension[/]\n"); + AnsiConsole.MarkupLine($"[link]https://sim0n00ps.github.io/OF-DL/docs/config/auth#browser-extension[/]\n"); AnsiConsole.Markup($"[red]Press any key to exit[/]"); Log.Error("Auth failed"); Console.ReadKey();