mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
This commit is contained in:
commit
355b5f443d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Meteor.startup(function () {
|
|||
});
|
||||
},
|
||||
categoryLink: function(){
|
||||
return getCategoryUrl(this.slug);
|
||||
return Categories.getUrl(this.slug);
|
||||
}
|
||||
});
|
||||
});
|
Loading…
Add table
Reference in a new issue