Skip to content

Commit

Permalink
guides links
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Feb 2, 2012
1 parent 73eb41e commit cb40024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/runtime/helpers.md
Expand Up @@ -156,7 +156,7 @@ You may render an extended context:
return [section renderObjects:context, ..., nil];
});

You may render a totally different context (note that this is the base technique for the [GRMustacheNumberFormatterHelper](number_formatting.md) and [GRMustacheDateFormatterHelper](date_formatting.md) helpers that ship with GRMustache):
You may render a totally different context (note that this is the base technique for the [GRMustacheNumberFormatterHelper](../number_formatting.md) and [GRMustacheDateFormatterHelper](../date_formatting.md) helpers that ship with GRMustache):

- (NSString *)renderSection:(GRMustacheSection *)section withContext:(id)context {
return [section renderObject:...];
Expand Down

0 comments on commit cb40024

Please sign in to comment.