From 90115448ac39794b22c250b49873f6c7c15d35f0 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 13 May 2019 16:37:26 +0200 Subject: [PATCH] Update link hint for No API Key found errors --- pyrogram/client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index f65ef231..31a7c14c 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -1093,7 +1093,7 @@ class Client(Methods, BaseClient): else: raise AttributeError( "No API Key found. " - "More info: https://docs.pyrogram.ml/start/ProjectSetup#configuration" + "More info: https://docs.pyrogram.ml/intro/setup#configuration" ) for option in ["app_version", "device_model", "system_version", "lang_code"]: