Skip to content

Commit

Permalink
Merge pull request #501 from whimsical-c4lic0/update-docs-url
Browse files Browse the repository at this point in the history
Change docs URL
  • Loading branch information
sim0n00ps authored Jul 31, 2024
2 parents 11ac2b7 + 4644665 commit 8fa2551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OF DL/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 8fa2551

Please sign in to comment.