Skip to content

Commit

Permalink
source code url fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
enchev committed Jan 19, 2021
1 parent a262bf8 commit 3fba496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadzenBlazorDemos/Shared/CodeViewer.razor
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
var http = new HttpClient();

source = await http.GetStringAsync($"https://raw.githubusercontent.com/radzenhq/radzen-blazor/master/Pages/{PageName}");
source = await http.GetStringAsync($"https://raw.githubusercontent.com/radzenhq/radzen-blazor/master/RadzenBlazorDemos/Pages/{PageName}");
source = Regex.Replace(source, "</?RadzenExample[^>]*>\n", "");
}

Expand Down

0 comments on commit 3fba496

Please sign in to comment.