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:
parent
61a0b6de6d
commit
820d95ba40
|
@ -32,6 +32,7 @@
|
||||||
{"type": 301, "source": "/getting-started", "destination": "/start"},
|
{"type": 301, "source": "/getting-started", "destination": "/start"},
|
||||||
{"type": 301, "source": "/getting-started/:rest*", "destination": "/start/:rest*"},
|
{"type": 301, "source": "/getting-started/:rest*", "destination": "/start/:rest*"},
|
||||||
{"type": 301, "source": "/guide/displaying-data", "destination": "/start#template-syntax"},
|
{"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
|
// Renaming of Getting Started topics
|
||||||
{"type": 301, "source": "/start/data", "destination": "/start/start-data"},
|
{"type": 301, "source": "/start/data", "destination": "/start/start-data"},
|
||||||
|
|
|
@ -123,6 +123,9 @@
|
||||||
"!/guide/service-worker-configref",
|
"!/guide/service-worker-configref",
|
||||||
"!/guide/service-worker-configref.html",
|
"!/guide/service-worker-configref.html",
|
||||||
"!/guide/service-worker-configref/",
|
"!/guide/service-worker-configref/",
|
||||||
|
"!/guide/updating-to-version-10",
|
||||||
|
"!/guide/updating-to-version-10.html",
|
||||||
|
"!/guide/updating-to-version-10/",
|
||||||
"!/guide/webpack",
|
"!/guide/webpack",
|
||||||
"!/guide/webpack.html",
|
"!/guide/webpack.html",
|
||||||
"!/guide/webpack/",
|
"!/guide/webpack/",
|
||||||
|
|
|
@ -185,6 +185,7 @@
|
||||||
/guide/service-worker-getstart /guide/service-worker-getting-started
|
/guide/service-worker-getstart /guide/service-worker-getting-started
|
||||||
/guide/service-worker-comm /guide/service-worker-communications
|
/guide/service-worker-comm /guide/service-worker-communications
|
||||||
/guide/service-worker-configref /guide/service-worker-config
|
/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
|
/guide/webpack https://v5.angular.io/guide/webpack
|
||||||
/news https://blog.angular.io/
|
/news https://blog.angular.io/
|
||||||
/news.html https://blog.angular.io/
|
/news.html https://blog.angular.io/
|
||||||
|
|
Loading…
Reference in New Issue