diff --git a/docs/docs/ASYNC.md b/docs/docs/ASYNC.md index 3cb40724..63de0d34 100644 --- a/docs/docs/ASYNC.md +++ b/docs/docs/ASYNC.md @@ -605,4 +605,4 @@ The return value of the callable can be: If the callable does not return anything, the loop will behave is if `GenericLoop::PAUSE` was returned. -Next section +Next section \ No newline at end of file diff --git a/docs/docs/INSTALLATION.md b/docs/docs/INSTALLATION.md index 16778265..a8896b15 100644 --- a/docs/docs/INSTALLATION.md +++ b/docs/docs/INSTALLATION.md @@ -110,4 +110,4 @@ Then you can require the package by addding the following lines to the require s "amphp/dns": "dev-master#aa1892bd as 0.9" ``` -Next section +Next section \ No newline at end of file diff --git a/docs/docs/LOGIN.md b/docs/docs/LOGIN.md index 4f237180..bba238d2 100644 --- a/docs/docs/LOGIN.md +++ b/docs/docs/LOGIN.md @@ -134,4 +134,4 @@ $result = yield $MadelineProto->update_2fa(['password' => 'current password', 'n If you want to logout, you can use the update_2fa function, see [here for the parameters and the result](https://docs.madelineproto.xyz/update_2fa.html). -Next section +Next section \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 5bd955e5..cc9d0f38 100644 --- a/docs/index.md +++ b/docs/index.md @@ -63,7 +63,6 @@ Tip: if you receive an error (or nothing), [send us](https://t.me/pwrtelegramgro * [Async](https://docs.madelineproto.xyz/docs/ASYNC.html) * [Usage](https://docs.madelineproto.xyz/docs/ASYNC.html#usage) - * [Loading the latest version of MadelineProto](https://docs.madelineproto.xyz/docs/ASYNC.html#loading-the-latest-version-of-madelineproto) * [Enabling the MadelineProto async API](https://docs.madelineproto.xyz/docs/ASYNC.html#enabling-the-madelineproto-async-api) * [Using the MadelineProto async API](https://docs.madelineproto.xyz/docs/ASYNC.html#using-the-madelineproto-async-api) * [Async in event handler](https://docs.madelineproto.xyz/docs/ASYNC.html#async-in-event-handler) @@ -88,7 +87,7 @@ Tip: if you receive an error (or nothing), [send us](https://t.me/pwrtelegramgro * [ResumableSignalLoop](https://docs.madelineproto.xyz/docs/ASYNC.html#resumablesignalloop) * [GenericLoop](https://docs.madelineproto.xyz/docs/ASYNC.html#genericloop) * [Creating a client](https://docs.madelineproto.xyz/docs/CREATING_A_CLIENT.html) -* [Logging in](https://docs.madelineproto.xyz/docs/LOGIN.html) +* [Login](https://docs.madelineproto.xyz/docs/LOGIN.html) * [Getting permission to use the telegram API](https://docs.madelineproto.xyz/docs/LOGIN.html#getting-permission-to-use-the-telegram-api) * [Automatic](https://docs.madelineproto.xyz/docs/LOGIN.html#automatic-now-fully-async) * [Manual (user)](https://docs.madelineproto.xyz/docs/LOGIN.html#manual-user)