From 2a4c58445a07d7f5f7aa0fec54eca547d86c60c6 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 1 Oct 2020 18:30:53 +0200 Subject: [PATCH] Fix links --- docs/docs/UPDATES.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/UPDATES.md b/docs/docs/UPDATES.md index daa4203e..023f4eea 100644 --- a/docs/docs/UPDATES.md +++ b/docs/docs/UPDATES.md @@ -9,8 +9,7 @@ Update handling can be done in different ways: * [Self-restart on webhosts](#self-restart-on-webhosts) * [Async Event driven](#async-event-driven) -* [Multi-account: Async Event driven](#async-event-driven) -* [Async Callback](#async-callback) +* [Async Event driven multi-account](#async-event-driven-multiaccount) * [Noop (default)](#noop) * [Fetch all updates from the beginning](#fetch-all-updates-from-the-beginning) @@ -44,7 +43,7 @@ $ok = Shutdown::removeCallback($id); You can of course pass non-static functions, any type of callable is accepted. A second optional parameter can also be accepted, containing the ID of the callable: you can use this if you want to later overwrite the callable with another callback, or remove it altogether. -The `removeCallback` will return true if the callback exists and it was removed correctly, false otherwise (as with all new MadelineProto 4.0 APIs, there are PHPDOCs for these methods so you'll see them in your IDE). +The `removeCallback` will return true if the callback exists and it was removed correctly, false otherwise (as with all new MadelineProto APIs, there are PHPDOCs for these methods so you'll see them in your IDE). ## Async Event driven