Skip to content

Commit fe9dbe7

Browse files
Copilotbamurtaugh
andauthored
Update "Learn about coding agent" button URL to aka.ms/coding-agent-docs (#7480)
* Initial plan * Update "Learn about coding agent" button URL to aka.ms/coding-agent-docs Co-authored-by: bamurtaugh <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: bamurtaugh <[email protected]> Co-authored-by: Brigit Murtaugh <[email protected]>
1 parent e03a61b commit fe9dbe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/github/copilotApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { PullRequestModel } from './pullRequestModel';
1616
import { RepositoriesManager } from './repositoriesManager';
1717
import { hasEnterpriseUri } from './utils';
1818

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';
2020
const PREMIUM_REQUESTS_URL = 'https://docs.github.com/en/copilot/concepts/copilot-billing/understanding-and-managing-requests-in-copilot#what-are-premium-requests';
2121

2222
export interface RemoteAgentJobPayload {

src/github/copilotRemoteAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ export class CopilotRemoteAgentManager extends Disposable {
322322
}
323323
*/
324324
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'));
326326
};
327327

328328
let autoPushAndCommit = false;

0 commit comments

Comments
 (0)