From e4905a003515062ae74cdae7d837d32387f13dbb Mon Sep 17 00:00:00 2001 From: Vlada Skorohodova <94827090+vladaskorohodova@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:29:24 +0400 Subject: [PATCH] FileManager: fix demo link (#6961) (#6962) --- .../dxFileManager/5 File System Providers/Remote/Remote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/10 UI Components/dxFileManager/5 File System Providers/Remote/Remote.md b/api-reference/10 UI Components/dxFileManager/5 File System Providers/Remote/Remote.md index e8bddb6fbd..37dc257f3d 100644 --- a/api-reference/10 UI Components/dxFileManager/5 File System Providers/Remote/Remote.md +++ b/api-reference/10 UI Components/dxFileManager/5 File System Providers/Remote/Remote.md @@ -194,7 +194,7 @@ The following code shows how to bind the FileManager to the **Remote** file syst On the server-side, you need to process file management requests. DevExtreme provides helpers for ASP.NET MVC and ASP.NET Core that do this. To view the server-side code, navigate to the `FileManagerApiController.cs` tab in the following demo: #include btn-open-demo with { - href: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/FileManager/BindingToFileSystem/NetCore/Light/" + href: "https://demos.devexpress.com/aspnetcore/Demo/FileManager/BindingToFileSystem/" } #include btn-open-github with { href: "https://github.com/DevExpress-Examples/devextreme-treelist-show-folders-and-files"