From 454b926086f1cd055584d2fbd502dd77d55010a1 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 20 Mar 2018 12:20:11 +0000 Subject: [PATCH] Fix references to settings --- docs/docs/LOGGING.md | 2 +- docs/docs/SECRET_CHATS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/LOGGING.md b/docs/docs/LOGGING.md index 5d1d5248..b482cc19 100644 --- a/docs/docs/LOGGING.md +++ b/docs/docs/LOGGING.md @@ -1,6 +1,6 @@ # Logging -MadelineProto provides a unified class for logging messages to the logging destination defined in [settings](SETTINGS.md). +MadelineProto provides a unified class for logging messages to the logging destination defined in [settings](SETTINGS.md#settingslogger). ```php \danog\MadelineProto\Logger::log($message, $level); diff --git a/docs/docs/SECRET_CHATS.md b/docs/docs/SECRET_CHATS.md index 0d8dc728..905e0211 100644 --- a/docs/docs/SECRET_CHATS.md +++ b/docs/docs/SECRET_CHATS.md @@ -18,7 +18,7 @@ Use [`request_secret_chat`] requests a secret secret chat to the [InputUser](htt ## Accepting secret chats -Secret chats are accepted or refused automatically, based on a value in the [settings](SETTINGS.md) (by default MadelineProto is set to accept all secret chats). +Secret chats are accepted or refused automatically, based on a value in the [settings](SETTINGS.md#settingssecret_chatsaccept_chats) (by default MadelineProto is set to accept all secret chats). Before sending any message, you must check if the secret chat was accepted by the other client with the following method: