Skip to content

Commit c14d3b1

Browse files
committed
Bugfix in crate documentation URL redirection
1 parent c07c455 commit c14d3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/crate/docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default Ember.Route.extend({
2020
} else {
2121
// Redirect to the crate's main page if no documentation
2222
// URL is found.
23-
this.transitionTo('crate', crate);
23+
self.transitionTo('crate', crate);
2424
}
2525
}, 2500);
2626

0 commit comments

Comments
 (0)