File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { PullRequestModel } from './pullRequestModel';
16
16
import { RepositoriesManager } from './repositoriesManager' ;
17
17
import { hasEnterpriseUri } from './utils' ;
18
18
19
- const LEARN_MORE_URL = 'https://docs.github.com/en/copilot/how-tos/agents/copilot- coding-agent' ;
19
+ const LEARN_MORE_URL = 'https://aka.ms/ coding-agent-docs ' ;
20
20
const PREMIUM_REQUESTS_URL = 'https://docs.github.com/en/copilot/concepts/copilot-billing/understanding-and-managing-requests-in-copilot#what-are-premium-requests' ;
21
21
22
22
export interface RemoteAgentJobPayload {
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ export class CopilotRemoteAgentManager extends Disposable {
322
322
}
323
323
*/
324
324
this . telemetry . sendTelemetryErrorEvent ( 'remoteAgent.command.result' , { reason : 'learnMore' } ) ;
325
- vscode . env . openExternal ( vscode . Uri . parse ( 'https://docs.github.com/copilot/using-github-copilot/ coding-agent' ) ) ;
325
+ vscode . env . openExternal ( vscode . Uri . parse ( 'https://aka.ms/ coding-agent-docs ' ) ) ;
326
326
} ;
327
327
328
328
let autoPushAndCommit = false ;
You can’t perform that action at this time.
0 commit comments