Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Fixes broken redirect. #9591

Merged
merged 1 commit into from
May 25, 2022
Merged
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
32 changes: 16 additions & 16 deletions src/content/en/_redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,13 +325,13 @@ redirects:
- from: /web/fundamentals/performance/critical-rendering-path/render-tree-construction
to: https://web.dev/critical-rendering-path-render-tree-construction

- from: /web/fundamentals/architecture/app-shell
- from: /web/fundamentals/architecture/app-shell
to: https://web.dev/learn/pwa/architecture/

- from: /web/fundamentals/design-and-ux/responsive/patterns
- from: /web/fundamentals/design-and-ux/responsive/patterns
to: https://web.dev/learn/design

- from: /web/fundamentals/design-and-ux/input/forms
- from: /web/fundamentals/design-and-ux/input/forms
to: https://web.dev/learn/forms/

- from: /web/fundamentals/performance/webpack/decrease-frontend-size
Expand Down Expand Up @@ -454,10 +454,10 @@ redirects:
- from: /web/fundamentals/performance/critical-rendering-path
to: https://web.dev/critical-rendering-path

- from: /web/fundamentals/app-install-banners/native
to: https://web.dev/app-install-banners-native
- from: /web/fundamentals/app-install-banners/native
to: https://developer.chrome.com/blog/app-install-banners-native/

- from: /web/fundamentals/design-and-ux/principles
- from: /web/fundamentals/design-and-ux/principles
to: https://web.dev/ux-basics/

- from: /web/fundamentals/push-notifications/video
Expand Down Expand Up @@ -1470,7 +1470,7 @@ redirects:

- from: /web/updates/2014/01/Chrome-Dev-Summit-Performance-Summary
to: https://developer.chrome.com/blog/chrome-dev-summit-performance-summary

- from: /web/updates/2014/01/Chrome-Dev-Summit-Platforms-Summary
to: https://developer.chrome.com/blog/chrome-dev-summit-platforms-summary

Expand Down Expand Up @@ -1530,7 +1530,7 @@ redirects:

- from: /web/updates/2014/12/Fundamental-of-Mobile-Web-Development
to: https://developer.chrome.com/blog/fundamental-of-mobile-web-development

- from: /web/updates/2014/12/web-animation-playback
to: https://developer.chrome.com/blog/web-animation-playback

Expand All @@ -1545,7 +1545,7 @@ redirects:

- from: /web/updates/2015/01/pixelated
to: https://developer.chrome.com/blog/pixelated

- from: /web/updates/2015/01/Polymer-State-of-the-Union
to: https://developer.chrome.com/blog/polymer-state-of-the-union

Expand Down Expand Up @@ -2170,27 +2170,27 @@ redirects:
- from: /web/updates/capabilities
to: https://developer.chrome.com/blog/capabilities

- from: /web/updates/2016/08/removing-document-write
to: https://developer.chrome.com/blog/removing-document-write
- from: /web/updates/2016/08/removing-document-write
to: https://developer.chrome.com/blog/removing-document-write

- from: /web/updates/2015/05/some-ui-and-feature-enhancements-to-the-colour-picker-tool
to: https://developer.chrome.com/blog/some-ui-and-feature-enhancements-to-the-colour-picker-tool

- from: /web/updates/2015/07/measuring-performance-in-a-service-worker
to: https://developer.chrome.com/blog/measuring-performance-in-a-service-worker
- from: /web/updates/2015/07/measuring-performance-in-a-service-worker
to: https://developer.chrome.com/blog/measuring-performance-in-a-service-worker

## Redirects for Fundamentals content migrated to DCC

- from: /web/fundamentals/vr
- from: /web/fundamentals/vr
to: https://developer.chrome.com/blog/ar-for-the-web/

- from: /web/fundamentals/vr/adding-input-to-a-webvr-scene
to: https://developer.chrome.com/blog/ar-for-the-web/

- from: /web/fundamentals/vr/getting-started-with-webvr
- from: /web/fundamentals/vr/getting-started-with-webvr
to: https://developer.chrome.com/blog/ar-for-the-web/

- from: /web/fundamentals/vr/status
- from: /web/fundamentals/vr/status
to: https://developer.chrome.com/blog/ar-for-the-web/

- from: /web/fundamentals/vr/vr-perspective
Expand Down
3 changes: 2 additions & 1 deletion src/content/en/fundamentals/integration/_toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ toc:
status: external
path: https://web.dev/customize-install/
- title: Native App Install Prompt
path: /web/fundamentals/app-install-banners/native
path: https://developer.chrome.com/blog/app-install-banners-native/
status: external
- title: Patterns for Promoting PWA Installation
status: external
path: https://web.dev/promote-install/
Expand Down