Skip to content

Commit a82c55f

Browse files
David Shevitzatscott
David Shevitz
authored andcommitted
docs: add redirect from angular.io/guide to angular.io/docs (angular#43341)
PR Close angular#43341
1 parent 86aa721 commit a82c55f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

aio/firebase.json

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
{"type": 301, "source": "/docs/*/latest/guide/server-communication.html", "destination": "/guide/http"},
6262
{"type": 301, "source": "/docs/*/latest/guide/style-guide.html", "destination": "/guide/styleguide"},
6363
{"type": 301, "source": "/guide/bazel", "destination": "https://github.com/angular/angular/blob/master/packages/bazel/docs/BAZEL_SCHEMATICS.md"},
64+
{"type": 301, "source": "/guide", "destination": "/docs"},
6465
{"type": 301, "source": "/guide/cli-quickstart", "destination": "/start"},
6566
{"type": 301, "source": "/guide/i18n", "destination": "/guide/i18n-overview"},
6667
{"type": 301, "source": "/guide/service-worker-getstart", "destination": "/guide/service-worker-getting-started"},

aio/tests/deployment/shared/URLS_TO_REDIRECT.txt

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@
203203
/guide/cli-quickstart --> /start
204204
/guide/displaying-data --> /start#template-syntax
205205
/guide/i18n --> /guide/i18n-overview
206+
/guide --> /docs
206207
/guide/learning-angular --> /start
207208
/guide/learning-angular.html --> /start
208209
/guide/metadata --> /guide/aot-compiler

0 commit comments

Comments
 (0)