From f310427c36faeca67486f00f028abb67616b3c1b Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Wed, 4 Jan 2017 15:20:22 +0100 Subject: [PATCH] Updated scheme.tl link to point to /dev and old markdown link --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 35aa45c3..63e4bbc3 100755 --- a/README.rst +++ b/README.rst @@ -154,7 +154,7 @@ Only the bare bones. Perfect for starting a *new implementation*. P.S.: I may have lied a bit. The ``TL`` language is not that easy. But it's not that hard either. You're free to sniff the ``parser/`` files and learn how to parse other more complex lines. -Or simply use that code and change the [SourceBuilder](telethon_generator/parser/source_builder.py)! +Or simply use that code and change the `SourceBuilder `_! Notes about the code generator ------------------------------ @@ -166,7 +166,7 @@ Updating the ``scheme.tl`` -------------------------- Have you found a more updated version of the ``scheme.tl`` file? Those are great news! Updating is as simple as grabbing the -`latest version `_ +`latest version `_ and replacing the one you can find in this same directory by the updated one. Don't forget to run ``python3 tl_generator.py``.