mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -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(){
|
categoryLink: function(){
|
||||||
return getCategoryUrl(this.slug);
|
return Categories.getUrl(this.slug);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
Loading…
Add table
Reference in a new issue