Skip to content

Commit

Permalink
docs: Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
hswolff committed May 13, 2017
1 parent 47b5842 commit b9e6697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {

In addition to the filters built-in to nunjucks, Reptar ships with a few additional built-in filters to make writing templates easier.

Find the [source for built-in filters](http://github.com/reptar/reptar/blob/master/lib/template.js#L56) in the GitHub repo.
Find the [source for built-in filters](https://github.com/reptar/reptar/blob/master/lib/renderer/template.js#L98-L148) in the GitHub repo.

### date(date, template)

Expand Down

0 comments on commit b9e6697

Please sign in to comment.