Skip to content

Commit 7adbb9c

Browse files
clydinthePunderWoman
authored andcommitted
docs: add a short redirect for HMR information (angular#61545)
The `https://angular.dev/hmr` URL will now redirect to the HMR information at the longer URL: https://angular.dev/tools/cli/build-system-migration#hot-module-replacement This shorter URL will be used within console messages within the Angular CLI. PR Close angular#61545
1 parent 33715b0 commit 7adbb9c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

adev/src/app/routes.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ const REDIRECT_ROUTES: Route[] = [
223223
path: 'guide/prerendering',
224224
redirectTo: '/guide/ssr',
225225
},
226+
{
227+
path: 'hmr',
228+
redirectTo: '/tools/cli/build-system-migration#hot-module-replacement',
229+
},
226230
{
227231
path: 'guide',
228232
children: [

0 commit comments

Comments
 (0)