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"