Skip to content

Commit daf2b6f

Browse files
authored
Merge pull request #175 from WolframResearch/bugfix/PrefsDocsLink
Fix the link at Preferences > Services for AIs > Documentation
2 parents 0866394 + 97d7deb commit daf2b6f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Kernel/PreferencesContent.wl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ docsLink[] :=
5252
ExpressionCell[Defer[DeployedAgentTools[]], "Input"],
5353
ExpressionCell[DeployedAgentTools[], "Output"]
5454
}],
55-
(* FIXME: Where should this link go? *)
56-
SystemOpen["https://resources.wolframcloud.com/PacletRepository/resources/Wolfram/AgentTools/"]
55+
SystemOpen["paclet:Wolfram/AgentTools/tutorial/QuickStartforAICodingApplications"]
5756
],
5857
Appearance -> None,
5958
BaseStyle -> {},

0 commit comments

Comments
 (0)