Skip to content

Commit 252d4d7

Browse files
committed
fix migration guide initial route
1 parent ba6fcfe commit 252d4d7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/angular-meteor/both/router/router.js

+6-4
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,12 @@ Router.map(function () {
188188

189189
redirect('/api', '/api/' + DEFAULT_API + '/helpers');
190190

191-
self.route('migration', {
192-
path: '/migration',
193-
template: 'migration'
194-
});
191+
// -------------------------------------------------------------------------
192+
// Migration routes
193+
//
194+
195+
redirect('/migration', '/migration/angular1/intro');
196+
195197
createSubRoutes(MIGRATION);
196198

197199
// -------------------------------------------------------------------------

0 commit comments

Comments
 (0)