docs: add redirect from updating-v10 to v11 (#40108)

Redirects from https://angular.io/guide/updating-to-version-10 to
https://angular.io/guide/updating-to-version-11 to avoid 404 errors.

PR Close #40108
This commit is contained in:
Kapunahele Wong 2020-12-14 13:46:57 -05:00 committed by Alex Rickabaugh
parent 61a0b6de6d
commit 820d95ba40
3 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,7 @@
{"type": 301, "source": "/getting-started", "destination": "/start"},
{"type": 301, "source": "/getting-started/:rest*", "destination": "/start/:rest*"},
{"type": 301, "source": "/guide/displaying-data", "destination": "/start#template-syntax"},
{"type": 301, "source": "/guide/updating-to-version-10", "destination": "/guide/updating-to-version-11"},
// Renaming of Getting Started topics
{"type": 301, "source": "/start/data", "destination": "/start/start-data"},

View File

@ -123,6 +123,9 @@
"!/guide/service-worker-configref",
"!/guide/service-worker-configref.html",
"!/guide/service-worker-configref/",
"!/guide/updating-to-version-10",
"!/guide/updating-to-version-10.html",
"!/guide/updating-to-version-10/",
"!/guide/webpack",
"!/guide/webpack.html",
"!/guide/webpack/",

View File

@ -185,6 +185,7 @@
/guide/service-worker-getstart /guide/service-worker-getting-started
/guide/service-worker-comm /guide/service-worker-communications
/guide/service-worker-configref /guide/service-worker-config
/guide/updating-to-version-10 /guide/updating-to-version-11
/guide/webpack https://v5.angular.io/guide/webpack
/news https://blog.angular.io/
/news.html https://blog.angular.io/