From 0f9934452b340f7fc56e3a3ec6ef4299d26f8962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Luthi?= Date: Mon, 1 Sep 2025 19:03:29 +0200 Subject: [PATCH] Fix broken links in the "Reports in Web" doc https://fastreports.github.io/FastReport.Documentation/WebReport.html --- WebReport.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebReport.md b/WebReport.md index 3fa159c..ac98be2 100644 --- a/WebReport.md +++ b/WebReport.md @@ -96,11 +96,11 @@ Also you need to create a simple view in `\Views\Home\SaveDesignedReport.cshtml`

@ViewBag.Message

``` -Good article about using the Online Designer in ASP .Net Core can be found [here](https://www.fast-report.com/en/blog/196/show/). +Good article about using the Online Designer in ASP .Net Core can be found [here](https://www.fast-report.com/blogs/use-webreport-with-asp-net-core). ## WebReport Examples -You can see some examples [here](https://github.com/FastReports/FastReport/tree/master/Demos/Core). +You can see some examples [here](https://github.com/FastReports/FastReport/tree/master/Demos/OpenSource). ---