diff --git a/app/assets/javascripts/discourse/components/discourse-tag-bound.js.es6 b/app/assets/javascripts/discourse/components/discourse-tag-bound.js.es6 index 08f0143256d..a16ccc8b189 100644 --- a/app/assets/javascripts/discourse/components/discourse-tag-bound.js.es6 +++ b/app/assets/javascripts/discourse/components/discourse-tag-bound.js.es6 @@ -8,6 +8,6 @@ export default Ember.Component.extend({ }.property('tagRecord.id'), href: function() { - return '/tags/' + this.get('tagRecord.id'); + return Discourse.getURL('/tags/' + this.get('tagRecord.id')); }.property('tagRecord.id'), });