diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ba1e992d52..b0d2876d72 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: true contact_links: - name: DevTools issues - url: https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium/contact + url: https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/contact about: Learn more about how to submit feature requests or bug reports about Microsoft Edge DevTools. - name: WebView2 issues url: https://github.com/MicrosoftEdge/WebView2Feedback/issues diff --git a/.github/ISSUE_TEMPLATE/documentation_issue.md b/.github/ISSUE_TEMPLATE/documentation_issue.md index d2d1d09830..2d261c9e2b 100644 --- a/.github/ISSUE_TEMPLATE/documentation_issue.md +++ b/.github/ISSUE_TEMPLATE/documentation_issue.md @@ -9,7 +9,7 @@ assignees: '' diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index b4f38b8e9d..8fb2abc994 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -776,18 +776,24 @@ Old redirects (to /archive/) /* DevTools: */ { "source_path": "microsoft-edge/devtools-guide/devtools-preview_software-license-terms.md", - "redirect_url": "https://docs.microsoft.com/legal/microsoft-edge/devtools-preview_software-license-terms", + "redirect_url": "https://learn.microsoft.com/legal/microsoft-edge/devtools-preview_software-license-terms", "redirect_document_id": false }, { "source_path": "microsoft-edge/devtools-guide/devtools_software-license-terms.md", - "redirect_url": "https://docs.microsoft.com/legal/microsoft-edge/microsoft-edge-devtools-license-terms", + "redirect_url": "https://learn.microsoft.com/legal/microsoft-edge/microsoft-edge-devtools-license-terms", "redirect_document_id": false }, /* Extensions: */ { "source_path": "microsoft-edge/extensions/microsoft-browser-extension-policy.md", - "redirect_url": "https://docs.microsoft.com/legal/microsoft-edge/microsoft-browser-extension-policy", + "redirect_url": "https://learn.microsoft.com/legal/microsoft-edge/microsoft-browser-extension-policy", + "redirect_document_id": false + }, + /* Privacy: */ + { + "source_path": "microsoft-edge/privacy-whitepaper/index.md", + "redirect_url": "https://learn.microsoft.com/legal/microsoft-edge/privacy", "redirect_document_id": false },