Skip to content

Commit

Permalink
Merge pull request #69 from peteraba/patch-1
Browse files Browse the repository at this point in the history
Fix example filter URL in documentation
  • Loading branch information
danog committed Aug 23, 2023
2 parents 0bded6a + e21b508 commit 9bd9c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (e *Engine) RegisterBlock(name string, td Renderer) {
//
// Examples:
//
// * https://github.com/osteele/liquid/blob/master/filters/filters.go
// * https://github.com/osteele/liquid/blob/main/filters/standard_filters.go
//
// * https://github.com/osteele/gojekyll/blob/master/filters/filters.go
func (e *Engine) RegisterFilter(name string, fn interface{}) {
Expand Down

0 comments on commit 9bd9c58

Please sign in to comment.