From cb6d28be856f9cea03c41f52a1c40c99c130cc73 Mon Sep 17 00:00:00 2001 From: John Zabroski Date: Mon, 29 Jun 2020 22:04:38 -0400 Subject: [PATCH] Fixed samples link --- README.md | 2 +- README.source.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7117b07..e5e8f2f7 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README.source.md b/README.source.md index 46e1bde2..ff83bca9 100644 --- a/README.source.md +++ b/README.source.md @@ -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)