|
13 | 13 | //////////////////////////////////////////////////////////////////////////////////////////////
|
14 | 14 |
|
15 | 15 | // A random bad indexed page that used `api/api`
|
16 |
| - {"type": 301, "source": "api/api/:rest*", "destination": "api/:rest"}, |
| 16 | + {"type": 301, "source": "/api/api/:rest*", "destination": "api/:rest"}, |
17 | 17 |
|
18 | 18 | // Guide renames
|
19 | 19 | {"type": 301, "source": "/docs/*/latest/cli-quickstart.html", "destination": "/guide/quickstart"},
|
|
92 | 92 | {"type": 301, "source": "/docs/*/latest/guide/", "destination": "/guide"},
|
93 | 93 | {"type": 301, "source": "/docs/*/latest/guide/lifecycle-hooks", "destination": "/guide/lifecycle-hooks"},
|
94 | 94 | {"type": 301, "source": "/docs/*/latest/:any*", "destination": "/:any*"},
|
| 95 | + {"type": 301, "source": "/docs/latest/:any*", "destination": "/:any*"}, |
95 | 96 | {"type": 301, "source": "/docs/styleguide*", "destination": "/guide/styleguide"},
|
96 | 97 | {"type": 301, "source": "/guide/metadata", "destination": "/guide/aot-compiler"},
|
97 | 98 | {"type": 301, "source": "/guide/ngmodule", "destination": "/guide/ngmodules"},
|
|
0 commit comments