File tree Expand file tree Collapse file tree
packages/@ember/-internals/glimmer
tests/integration/components/link-to Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ class _LinkTo extends InternalComponent {
287287 assert (
288288 'You attempted to use the <LinkTo> component within a routeless engine, this is not supported. ' +
289289 'If you are using the ember-engines addon, use the <LinkToExternal> component instead. ' +
290- 'See https://ember-engines.com/docs/links for more info.' ,
290+ 'See https://github.com/ ember-engines/ember-engines for more info.' ,
291291 ! this . isEngine || this . engineMountPoint !== undefined
292292 ) ;
293293
Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ moduleFor(
496496 this . visit ( '/' ) ,
497497 'You attempted to use the <LinkTo> component within a routeless engine, this is not supported. ' +
498498 'If you are using the ember-engines addon, use the <LinkToExternal> component instead. ' +
499- 'See https://ember-engines.com/docs/links for more info.'
499+ 'See https://github.com/ ember-engines/ember-engines for more info.'
500500 ) ;
501501 }
502502
Original file line number Diff line number Diff line change @@ -503,7 +503,7 @@ moduleFor(
503503 this . visit ( '/' ) ,
504504 'You attempted to use the <LinkTo> component within a routeless engine, this is not supported. ' +
505505 'If you are using the ember-engines addon, use the <LinkToExternal> component instead. ' +
506- 'See https://ember-engines.com/docs/links for more info.'
506+ 'See https://github.com/ ember-engines/ember-engines for more info.'
507507 ) ;
508508 }
509509
You can’t perform that action at this time.
0 commit comments