Skip to content

Commit

Permalink
docs(bazel): fix outdated redirect URL for /guide/bazel (#43376)
Browse files Browse the repository at this point in the history
The file we are redirecting `/guide/bazel` to was moved from
`bazel/src/schematics/README.md` to `bazel/docs/BAZEL_SCHEMATICS.md` in
commit 71b8c9a.

Update the Firebase configuration to use the new path in the redirect
URL.

PR Close #43376
  • Loading branch information
gkalpak authored and AndrewKushnir committed Sep 9, 2021
1 parent e726a63 commit 0e14dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aio/firebase.json
Expand Up @@ -60,7 +60,7 @@
{"type": 301, "source": "/docs/*/latest/quickstart.html", "destination": "/start"},
{"type": 301, "source": "/docs/*/latest/guide/server-communication.html", "destination": "/guide/http"},
{"type": 301, "source": "/docs/*/latest/guide/style-guide.html", "destination": "/guide/styleguide"},
{"type": 301, "source": "/guide/bazel", "destination": "https://github.com/angular/angular/blob/master/packages/bazel/src/schematics/README.md"},
{"type": 301, "source": "/guide/bazel", "destination": "https://github.com/angular/angular/blob/master/packages/bazel/docs/BAZEL_SCHEMATICS.md"},
{"type": 301, "source": "/guide/cli-quickstart", "destination": "/start"},
{"type": 301, "source": "/guide/service-worker-getstart", "destination": "/guide/service-worker-getting-started"},
{"type": 301, "source": "/guide/service-worker-comm", "destination": "/guide/service-worker-communications"},
Expand Down
2 changes: 1 addition & 1 deletion aio/tests/deployment/shared/URLS_TO_REDIRECT.txt
Expand Up @@ -198,7 +198,7 @@
/getting-started/data --> /start/start-data
/getting-started/forms --> /start/start-forms
/getting-started/deployment --> /start/start-deployment
/guide/bazel --> https://github.com/angular/angular/blob/master/packages/bazel/src/schematics/README.md
/guide/bazel --> https://github.com/angular/angular/blob/master/packages/bazel/docs/BAZEL_SCHEMATICS.md
/guide/change-log --> https://github.com/angular/angular/blob/master/CHANGELOG.md
/guide/cli-quickstart --> /start
/guide/displaying-data --> /start#template-syntax
Expand Down

0 comments on commit 0e14dee

Please sign in to comment.