Skip to content

Commit

Permalink
fix link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
t81lal committed May 6, 2024
1 parent 9dbf0bd commit 426f361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getstarted/scopes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Symbols and Scopes
==================

The :py:mod:`scoping module <solidity_parser.ast.symtab.py>` for AST1 is a major service in SOLP that provides scope trees
The :py:mod:`scoping module <solidity_parser.ast.symtab>` for AST1 is a major service in SOLP that provides scope trees
and tables to the :py:class:`AST2 Builder <solidity_parser.ast.ast2builder.Builder>`.

We'll work through using this API by considering a service that takes `LSP <https://microsoft.github.io/language-server-protocol/>`_
Expand Down

0 comments on commit 426f361

Please sign in to comment.