d94e1acd93
Previously, the `updating-to-version-*` URLs would redirect to the next version update guide. More specifically: - `/guide/updating-to-version-10` --> `https://v11.angular.io/guide/updating-to-version-11` - `/guide/updating-to-version-11` --> `/guide/updating-to-version-12` This seems confusing and inconsistent. Either all URLs should redirect to the latest update guide (currently `/guide/updating-to-version-12`) or each URL should redirect to the corresponding version. This commit implements the second approach: - `/guide/updating-to-version-10` --> `https://v10.angular.io/guide/updating-to-version-10` - `/guide/updating-to-version-11` --> `https://v11.angular.io/guide/updating-to-version-11` PR Close #42019 |
||
---|---|---|
.. | ||
deployment | ||
e2e |