diff --git a/README.md b/README.md index 2b332ae..be67989 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ last sync'd Feb. 2, 2023 | Photo gallery demo | Used for [The truth about CSS selector performance](https://blogs.windows.com/msedgedev/2023/01/17/the-truth-about-css-selector-performance/). | [/photo-gallery/](https://github.com/MicrosoftEdge/Demos/tree/main/photo-gallery) | [Photo Gallery](https://microsoftedge.github.io/Demos/photo-gallery/) | | Workspaces demo | Used for [Edit files with Workspaces (Filesystem tab)](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/workspaces), in the **Sources** tool. | [/workspaces/](https://github.com/MicrosoftEdge/Demos/tree/main/workspaces) | [DevTools Workspaces Demo](https://microsoftedge.github.io/Demos/workspaces/) | | DevTools issue: animating a CSS property that requires layout | A demo used to illustrate the **Issues** and **Elements** tools warning when CSS properties that require layout are animated. | [/devtools-animated-property-issue/](https://github.com/MicrosoftEdge/Demos/tree/main/devtools-animated-property-issue) | [Animated CSS property demo](https://microsoftedge.github.io/Demos/devtools-animated-property-issue/) | -| Explain Console errors and warnings in Bing Chat in the Microsoft Edge sidebar | A demo page that generates errors in the Console that can be explained by the AI-powered Bing Chat in the Microsoft Edge sidebar. | [/devtools-explain-error/](https://github.com/MicrosoftEdge/Demos/tree/main/devtools-explain-error) | [Explaining console errors demo](https://microsoftedge.github.io/Demos/devtools-explain-error/) | +| Explain Console errors and warnings in Copilot in Edge | A demo page that generates errors in the Console that can then be explained by using Copilot in Edge. | [/devtools-explain-error/](https://github.com/MicrosoftEdge/Demos/tree/main/devtools-explain-error) | [Explaining console errors demo](https://microsoftedge.github.io/Demos/devtools-explain-error/) | #### Microsoft Edge extensions diff --git a/devtools-explain-error/README.md b/devtools-explain-error/README.md index 426b224..1cfcb43 100644 --- a/devtools-explain-error/README.md +++ b/devtools-explain-error/README.md @@ -1,5 +1,5 @@ -# Explain Console errors and warnings in Bing Chat in the Microsoft Edge sidebar +# Explain console errors and warnings in Copilot in Edge ➡️ **[Open the demo](https://microsoftedge.github.io/Demos/devtools-explain-error/)** ⬅️ -This is the source code for the demo page used in the Microsoft Edge DevTools document: [Explain console errors in Bing Chat](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/experimental-features/console-explain). +This is the source code for the demo page used in the Microsoft Edge DevTools document: [Explain DevTools Console errors and source code using Copilot in Edge](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/experimental-features/copilot-explain). diff --git a/devtools-explain-error/index.html b/devtools-explain-error/index.html index f716840..eea7d7c 100644 --- a/devtools-explain-error/index.html +++ b/devtools-explain-error/index.html @@ -112,9 +112,9 @@ -

Explain console errors in Bing Chat

-

This demo page generates errors in the DevTools Console meant to be used with the Explain console errors in Bing Chat feature of DevTools.
- To learn more, see Explain console errors in Bing Chat.

+

Explain console errors and warnings in Copilot in Edge

+

This demo page generates errors in the DevTools Console meant to be used with the Explain this error feature of DevTools.
+ To learn more, see Explain DevTools Console errors and source code using Copilot in Edge.

This page contains multiple test cases. Each test case generates a different error in the DevTools Console. To generate an error, click the Run button next to the error.