Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions microsoft-edge/developer/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,6 @@ landingContent:
# url: ../web-platform/web-platform.md
- linkListType: how-to-guide
links:
- text: Move users to Microsoft Edge from Internet Explorer
url: ../web-platform/ie-to-microsoft-edge-redirection.md

- text: Tracking prevention in Microsoft Edge
url: ../web-platform/tracking-prevention.md

Expand Down
4 changes: 0 additions & 4 deletions microsoft-edge/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,6 @@ conceptualContent:
# url: ./web-platform/web-platform.md
# itemType: overview

- text: Move users to Microsoft Edge from Internet Explorer
url: ./web-platform/ie-to-microsoft-edge-redirection.md
itemType: how-to-guide

- text: Tracking prevention in Microsoft Edge
url: ./web-platform/tracking-prevention.md
itemType: how-to-guide
Expand Down
3 changes: 0 additions & 3 deletions microsoft-edge/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2574,9 +2574,6 @@
- name: Edge-specific web development tips
href: ./web-platform/web-platform.md

- name: Move users to Microsoft Edge from Internet Explorer
href: ./web-platform/ie-to-microsoft-edge-redirection.md

- name: Tracking prevention in Microsoft Edge
href: ./web-platform/tracking-prevention.md

Expand Down
76 changes: 0 additions & 76 deletions microsoft-edge/web-platform/ie-to-microsoft-edge-redirection.md

This file was deleted.

10 changes: 0 additions & 10 deletions microsoft-edge/web-platform/web-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ Microsoft Edge implements standards-based web features and APIs, which you can u
For standards-based web development documentation, see [Web technology for developers](https://developer.mozilla.org/docs/Web) at MDN.


<!-- ====================================================================== -->
## Move users to Microsoft Edge from Internet Explorer

When an Internet Explorer user visits an incompatible public website, the user may be informed by the website that the website is incompatible with Internet Explorer, and that the user must switch to a more up-to-date browser in order to use the website properly.

To minimize disruptions, Microsoft Edge supports a new capability that automatically redirects users. When an Internet Explorer user goes to a website that's incompatible with Internet Explorer, Windows can automatically redirect the user to Microsoft Edge. Only websites that are part of the _Need Microsoft Edge_ list are redirected.

See [Move users to Microsoft Edge from Internet Explorer](./ie-to-microsoft-edge-redirection.md).


<!-- ====================================================================== -->
## Tracking prevention in Microsoft Edge

Expand Down
5 changes: 5 additions & 0 deletions redirects/.openpublishing.redirection.web-dev-tips.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"redirect_url": "https://ortc.org",
"redirect_document_id": false
},
{
"source_path": "../microsoft-edge/web-platform/ie-to-microsoft-edge-redirection.md",
"redirect_url": "/microsoft-edge/web-platform/web-platform",
"redirect_document_id": false
},
{
"source_path": "../microsoft-edge/web-we-want/index.md",
"redirect_url": "/microsoft-edge/developer/",
Expand Down