diff --git a/app/cmd/app/app_darwin.m b/app/cmd/app/app_darwin.m index a983a2f01..d5095ab25 100644 --- a/app/cmd/app/app_darwin.m +++ b/app/cmd/app/app_darwin.m @@ -247,7 +247,7 @@ bool firstTimeRun,startHidden; // Set in run before initialization } - (void)openHelp:(id)sender { - NSURL *url = [NSURL URLWithString:@"https://github.com/ollama/ollama/tree/main/docs"]; + NSURL *url = [NSURL URLWithString:@"https://docs.ollama.com/"]; [[NSWorkspace sharedWorkspace] openURL:url]; }