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``.