Skip to content

Commit

Permalink
Fix #205: Source link in docs should point to correct commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromew committed May 4, 2015
1 parent df54342 commit e1d8220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ module.exports = function (grunt) {
if (contains(items, c)) {
throw new Error('Duplicate id:' + c.id);
}
c.tag = grunt.config.get('pkg.version')
items.push(c);
});

Expand Down

0 comments on commit e1d8220

Please sign in to comment.