diff --git a/docs/docs/FILES.md b/docs/docs/FILES.md index bc395ecd..8ff88407 100644 --- a/docs/docs/FILES.md +++ b/docs/docs/FILES.md @@ -32,7 +32,8 @@ Example bot: [`downloadRenameBot.php`](https://github.com/danog/MadelineProto/bl * [Download to file](#download-to-file) * [Download to stream](#download-to-stream) * [Download to callback](#download-to-callback) - * [Download to browser (streaming)](#download-to-browser-with-streams) + * [Download to http-server](#download-to-http-server) + * [Download to browser](#download-to-browser) * [Getting progress](#getting-progress) ## Sending files diff --git a/docs/docs/SETTINGS.md b/docs/docs/SETTINGS.md index 4d63da3f..298b01ae 100644 --- a/docs/docs/SETTINGS.md +++ b/docs/docs/SETTINGS.md @@ -439,5 +439,4 @@ Description: Serialization will be made automatically every N seconds Default: false Description: Remove data from internal database to cleanup memory and reduce `*.madeline` file size (may cause MadelineProto errors). - -Next section +Next section \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index ddf9ad80..6540d9db 100644 --- a/docs/index.md +++ b/docs/index.md @@ -131,7 +131,8 @@ You can find examples for nearly every MadelineProto function in * [Download to file](https://docs.madelineproto.xyz/docs/FILES.html#download-to-file) * [Download to stream](https://docs.madelineproto.xyz/docs/FILES.html#download-to-stream) * [Download to callback](https://docs.madelineproto.xyz/docs/FILES.html#download-to-callback) - * [Download to browser (streaming)](https://docs.madelineproto.xyz/docs/FILES.html#download-to-browser-with-streams) + * [Download to http-server](https://docs.madelineproto.xyz/docs/FILES.html#download-to-http-server) + * [Download to browser](https://docs.madelineproto.xyz/docs/FILES.html#download-to-browser) * [Getting progress](https://docs.madelineproto.xyz/docs/FILES.html#getting-progress) * [Getting info about chats](https://docs.madelineproto.xyz/docs/CHAT_INFO.html) * [Full chat info with full list of participants](https://docs.madelineproto.xyz/docs/CHAT_INFO.html#getPwrChat-now-fully-async)