Skip to content

Commit

Permalink
Renamed Bing Chat to Copilot in Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Dec 21, 2023
1 parent c31392d commit 8b8f9e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions devtools-explain-error/README.md
Original file line number Diff line number Diff line change
@@ -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).
6 changes: 3 additions & 3 deletions devtools-explain-error/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@
</style>
</head>
<body>
<h1>Explain console errors in Bing Chat</h1>
<p>This demo page generates errors in the DevTools Console meant to be used with the <strong>Explain console errors in Bing Chat</strong> feature of DevTools.<br>
To learn more, see <a href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/experimental-features/console-explain">Explain console errors in Bing Chat</a>.</p>
<h1>Explain console errors and warnings in Copilot in Edge</h1>
<p>This demo page generates errors in the DevTools Console meant to be used with the <strong>Explain this error</strong> feature of DevTools.<br>
To learn more, see <a href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/experimental-features/copilot-explain">Explain DevTools Console errors and source code using Copilot in Edge</a>.</p>
<p>This page contains multiple test cases. Each test case generates a different error in the DevTools Console. To generate an error, click the <strong>Run</strong> button next to the error.</p>

<ul class="test-cases"></ul>
Expand Down

0 comments on commit 8b8f9e7

Please sign in to comment.