diff --git a/Readme.md b/Readme.md index eaf8e77f..e0904cdf 100644 --- a/Readme.md +++ b/Readme.md @@ -19,7 +19,7 @@ You should change `http://documentserver` to your server address in these files: * [Python](https://github.com/ONLYOFFICE/document-server-integration/tree/master/web/documentserver-example/python) - `web/documentserver-example/python/src/configuration/configuration.py` * [Ruby](https://github.com/ONLYOFFICE/document-server-integration/tree/master/web/documentserver-example/ruby) - `web/documentserver-example/ruby/app/configuration/configuration.rb` -More information on how to use these examples can be found here: [http://api.onlyoffice.com/editors/demopreview](http://api.onlyoffice.com/editors/demopreview "http://api.onlyoffice.com/editors/demopreview") +More information on how to use these examples can be found here: [https://api.onlyoffice.com/docs/docs-api/samples/language-specific-examples/](https://api.onlyoffice.com/docs/docs-api/samples/language-specific-examples/) ## API methods for test examples diff --git a/web/documentserver-example/csharp-mvc/README.md b/web/documentserver-example/csharp-mvc/README.md index 85d297b4..4d6e6fac 100644 --- a/web/documentserver-example/csharp-mvc/README.md +++ b/web/documentserver-example/csharp-mvc/README.md @@ -12,7 +12,7 @@ See the detailed guide to learn how to install Document Server [for Windows](htt ## Step 2. Download the .Net (C# MVC) code for the editors integration -Download the [.Net (C# MVC) example](https://api.onlyoffice.com/editors/demopreview) from our site. +Download the [.Net (C# MVC) example](https://api.onlyoffice.com/docs/docs-api/samples/language-specific-examples/) from our site. To connect the editors to your website, specify the path to the editors installation and the path to the storage folder in the *web.appsettings.config* file: ``` @@ -21,7 +21,7 @@ To connect the editors to your website, specify the path to the editors installa ``` where the **documentserver** is the name of the server with the ONLYOFFICE Document Server installed and the **storage-path** is the path where files will be created and stored. You can set an absolute path. -If you want to experiment with the editor configuration, modify the [parameters](https://api.onlyoffice.com/editors/advanced) in the *DocEditor.aspx* file. +If you want to experiment with the editor configuration, modify the [parameters](https://api.onlyoffice.com/docs/docs-api/usage-api/advanced-parameters/) in the *DocEditor.aspx* file. ## Step 3. Install the prerequisites Сheck if your system meets the system requirements: diff --git a/web/documentserver-example/csharp-mvc/Views/Home/Forgotten.aspx b/web/documentserver-example/csharp-mvc/Views/Home/Forgotten.aspx index 0c015d68..025da20d 100755 --- a/web/documentserver-example/csharp-mvc/Views/Home/Forgotten.aspx +++ b/web/documentserver-example/csharp-mvc/Views/Home/Forgotten.aspx @@ -125,7 +125,7 @@