Skip to content

Commit 60c99c2

Browse files
Merge pull request #21062 from cloke/fix-ember-engines-link
Update ember-engines link in LinkTo error
2 parents e2c8bc3 + d982378 commit 60c99c2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/@ember/-internals/glimmer/lib/components/link-to.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/@ember/-internals/glimmer/tests/integration/components/link-to/routing-angle-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/@ember/-internals/glimmer/tests/integration/components/link-to/routing-curly-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)