diff --git a/Session-Files.md b/Session-Files.md index 91de2db..a387f86 100644 --- a/Session-Files.md +++ b/Session-Files.md @@ -18,4 +18,4 @@ class DatabaseSession(Session): # load relevant data to the database ``` -You should read the [session.py](telethon/tl/session.py) source file to know what "relevant data" you need to keep track of. \ No newline at end of file +You should read the [session.py](https://github.com/LonamiWebs/Telethon/blob/master/telethon/tl/session.py) source file to know what "relevant data" you need to keep track of. \ No newline at end of file