Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit e661862

Browse files
authored
Merge pull request #129 from vovak/fix-readme-links
fix broken links in README.md
2 parents 1c7e161 + eea0698 commit e661862

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Babelfish](https://doc.bblf.sh) Python client library provides functionality to both
44
connect to the Babelfish bblfshd to parse code
5-
(obtaining an [UAST](https://doc.bblf.sh/uast/specification.html) as a result)
5+
(obtaining an [UAST](https://doc.bblf.sh/uast/uast-specification.html) as a result)
66
and to analyse UASTs with the functionality provided by [libuast](https://github.com/bblfsh/libuast).
77

88
## Installation
@@ -34,7 +34,7 @@ sudo apt install build-essential
3434

3535
## Usage
3636

37-
A small example of how to parse a Python file and extract the import declarations from the [UAST](https://doc.bblf.sh/uast/specification.html).
37+
A small example of how to parse a Python file and extract the import declarations from the [UAST](https://doc.bblf.sh/uast/uast-specification.html).
3838

3939
If you don't have a bblfsh server running you can execute it using the following command:
4040

@@ -66,7 +66,7 @@ for node in it:
6666
print(node.internal_type)
6767
```
6868

69-
Please read the [Babelfish clients](https://doc.bblf.sh/using-babelfish/language-clients.html)
69+
Please read the [Babelfish clients](https://doc.bblf.sh/using-babelfish/clients.html)
7070
guide section to learn more about babelfish clients and their query language.
7171

7272
## License

0 commit comments

Comments
 (0)