Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
47e272c3
Unverified
Commit
47e272c3
authored
Nov 20, 2025
by
Eva H
Committed by
GitHub
Nov 20, 2025
Browse files
app/cmd: update ollama help to navigate to ollama doc instead of github page (#13174)
parent
417a81fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/cmd/app/app_darwin.m
app/cmd/app/app_darwin.m
+1
-1
No files found.
app/cmd/app/app_darwin.m
View file @
47e272c3
...
...
@@ -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
];
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment