Skip to content

Commit

Permalink
Fixed samples link
Browse files Browse the repository at this point in the history
  • Loading branch information
jzabroski committed Jun 30, 2020
1 parent 4f29a09 commit cb6d28b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ int templateKey = 322;
string result = await engine.CompileRenderAsync(templateKey.ToString(), new { Name = "John Doe" });
````

You can find a full sample [here](https://github.com/toddams/RazorLight/tree/dev-2.0/samples/RazorLight.Samples)
You can find a full sample [here](https://github.com/toddams/RazorLight/tree/master/samples/RazorLight.Samples)


# Includes (aka Partial views)
Expand Down
2 changes: 1 addition & 1 deletion README.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ int templateKey = 322;
string result = await engine.CompileRenderAsync(templateKey.ToString(), new { Name = "John Doe" });
````

You can find a full sample [here](https://github.com/toddams/RazorLight/tree/dev-2.0/samples/RazorLight.Samples)
You can find a full sample [here](https://github.com/toddams/RazorLight/tree/master/samples/RazorLight.Samples)


# Includes (aka Partial views)
Expand Down

0 comments on commit cb6d28b

Please sign in to comment.