Skip to content

Commit 87e2f61

Browse files
authored
fix broken link
was #extending instead of #extending-to-other-languages
1 parent f1e596e commit 87e2f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ An **online demo** is available at [https://code2vec.org/](https://code2vec.org/
1313
This is a TensorFlow implementation, designed to be easy and useful in research,
1414
and for experimenting with new ideas in machine learning for code tasks.
1515
By default, it learns Java source code and predicts Java method names, but it can be easily extended to other languages,
16-
since the TensorFlow network is agnostic to the input programming language (see [Extending to other languages](#extending)).
16+
since the TensorFlow network is agnostic to the input programming language (see [Extending to other languages](#extending-to-other-languages).
1717
Contributions are welcome.
1818

1919
<center style="padding: 40px"><img width="70%" src="https://github.com/tech-srl/code2vec/raw/master/images/network.png" /></center>

0 commit comments

Comments
 (0)