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

Commit 0955a7c

Browse files
authored
Fixes #9590. (#9591)
1 parent c676c1e commit 0955a7c

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

src/content/en/_redirects.yaml

+16-16
Original file line numberDiff line numberDiff line change
@@ -325,13 +325,13 @@ redirects:
325325
- from: /web/fundamentals/performance/critical-rendering-path/render-tree-construction
326326
to: https://web.dev/critical-rendering-path-render-tree-construction
327327

328-
- from: /web/fundamentals/architecture/app-shell
328+
- from: /web/fundamentals/architecture/app-shell
329329
to: https://web.dev/learn/pwa/architecture/
330330

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

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

337337
- from: /web/fundamentals/performance/webpack/decrease-frontend-size
@@ -454,10 +454,10 @@ redirects:
454454
- from: /web/fundamentals/performance/critical-rendering-path
455455
to: https://web.dev/critical-rendering-path
456456

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

460-
- from: /web/fundamentals/design-and-ux/principles
460+
- from: /web/fundamentals/design-and-ux/principles
461461
to: https://web.dev/ux-basics/
462462

463463
- from: /web/fundamentals/push-notifications/video
@@ -1470,7 +1470,7 @@ redirects:
14701470

14711471
- from: /web/updates/2014/01/Chrome-Dev-Summit-Performance-Summary
14721472
to: https://developer.chrome.com/blog/chrome-dev-summit-performance-summary
1473-
1473+
14741474
- from: /web/updates/2014/01/Chrome-Dev-Summit-Platforms-Summary
14751475
to: https://developer.chrome.com/blog/chrome-dev-summit-platforms-summary
14761476

@@ -1530,7 +1530,7 @@ redirects:
15301530

15311531
- from: /web/updates/2014/12/Fundamental-of-Mobile-Web-Development
15321532
to: https://developer.chrome.com/blog/fundamental-of-mobile-web-development
1533-
1533+
15341534
- from: /web/updates/2014/12/web-animation-playback
15351535
to: https://developer.chrome.com/blog/web-animation-playback
15361536

@@ -1545,7 +1545,7 @@ redirects:
15451545

15461546
- from: /web/updates/2015/01/pixelated
15471547
to: https://developer.chrome.com/blog/pixelated
1548-
1548+
15491549
- from: /web/updates/2015/01/Polymer-State-of-the-Union
15501550
to: https://developer.chrome.com/blog/polymer-state-of-the-union
15511551

@@ -2170,27 +2170,27 @@ redirects:
21702170
- from: /web/updates/capabilities
21712171
to: https://developer.chrome.com/blog/capabilities
21722172

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

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

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

21822182
## Redirects for Fundamentals content migrated to DCC
21832183

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

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

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

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

21962196
- from: /web/fundamentals/vr/vr-perspective

src/content/en/fundamentals/integration/_toc.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ toc:
88
status: external
99
path: https://web.dev/customize-install/
1010
- title: Native App Install Prompt
11-
path: /web/fundamentals/app-install-banners/native
11+
path: https://developer.chrome.com/blog/app-install-banners-native/
12+
status: external
1213
- title: Patterns for Promoting PWA Installation
1314
status: external
1415
path: https://web.dev/promote-install/

0 commit comments

Comments
 (0)