Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class _LinkTo extends InternalComponent {
assert(
'You attempted to use the <LinkTo> component within a routeless engine, this is not supported. ' +
'If you are using the ember-engines addon, use the <LinkToExternal> component instead. ' +
'See https://ember-engines.com/docs/links for more info.',
'See https://github.com/ember-engines/ember-engines/ for more info.',
!this.isEngine || this.engineMountPoint !== undefined
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ moduleFor(
this.visit('/'),
'You attempted to use the <LinkTo> component within a routeless engine, this is not supported. ' +
'If you are using the ember-engines addon, use the <LinkToExternal> component instead. ' +
'See https://ember-engines.com/docs/links for more info.'
'See https://github.com/ember-engines/ember-engines/ for more info.'
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ moduleFor(
this.visit('/'),
'You attempted to use the <LinkTo> component within a routeless engine, this is not supported. ' +
'If you are using the ember-engines addon, use the <LinkToExternal> component instead. ' +
'See https://ember-engines.com/docs/links for more info.'
'See https://github.com/ember-engines/ember-engines/ for more info.'
);
}

Expand Down