Skip to content

Commit d670ab1

Browse files
Fixed links
1 parent 72b876e commit d670ab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microsoft-edge/web-platform/sidebar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The two different ways in which you can leverage the sidebar are designed to mee
3232
| Context | The app runs in its own web context, separate from the main tab. | The extension can access the current webpage and modify the webpage via the extension's content script. |
3333
| Installation | The user installs the app by interacting with the sidebar when visiting the app's website. | The extension is installed by the user from the [Microsoft Edge Add-ons website](https://microsoftedge.microsoft.com/addons/Microsoft-Edge-Extensions-Home). |
3434
| User experience | The app has its own icon in the sidebar. Clicking the icon opens the sidebar if it was closed and displays the app's contents. | The user experience depends on the extension. The extension can open the sidebar depending on the websites the user visits in the browser. |
35-
| Technologies used | Web development and PWA. See [Overview of Progressive Web Apps (PWAs)](/microsoft-edge/progressive-web-apps-chromium/index.md). | Extension development. See [Overview of Microsoft Edge extensions](/microsoft-edge/extensions-chromium/index.md). |
35+
| Technologies used | Web development and PWA. See [Overview of Progressive Web Apps (PWAs)](../progressive-web-apps-chromium/index.md). | Extension development. See [Overview of Microsoft Edge extensions](../extensions-chromium/index.md). |
3636

3737

3838
<!-- ====================================================================== -->

0 commit comments

Comments
 (0)