Skip to content

Commit 21d757c

Browse files
committed
docs: redirect /guide/ivy to the v12 guide
Since Ivy is the default since v13, the Ivy guide (that used to live at https://angular.io/guide/ivy) has been removed (see #43860). However, there are certain error messages emitted by the CLI that still point to it. This commit address the problem by adding a redirect from https://angular.io/guide/ivy to https://v12.angular.io/guide/ivy (which is the last version that includes the guide). Fixes #46717
1 parent 24decde commit 21d757c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

aio/firebase.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
{"type": 301, "source": "/getting-started", "destination": "/start"},
7676
{"type": 301, "source": "/getting-started/:rest*", "destination": "/start/:rest*"},
7777
{"type": 301, "source": "/guide/displaying-data", "destination": "/start#template-syntax"},
78+
{"type": 301, "source": "/guide/ivy", "destination": "https://v12.angular.io/guide/ivy"},
7879
{"type": 301, "source": "/guide/updating-to-version-10", "destination": "https://v10.angular.io/guide/updating-to-version-10"},
7980
{"type": 301, "source": "/guide/updating-to-version-11", "destination": "https://v11.angular.io/guide/updating-to-version-11"},
8081
{"type": 301, "source": "/guide/updating-to-version-12", "destination": "/guide/update-to-latest-version"},

aio/tests/deployment/shared/URLS_TO_REDIRECT.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
/guide/displaying-data --> /start#template-syntax
206206
/guide/i18n --> /guide/i18n-overview
207207
/guide --> /docs
208+
/guide/ivy --> https://v12.angular.io/guide/ivy
208209
/guide/learning-angular --> /start
209210
/guide/learning-angular.html --> /start
210211
/guide/metadata --> /guide/aot-compiler

0 commit comments

Comments
 (0)