There was an error while loading. Please reload this page.
1 parent f1e596e commit 87e2f61Copy full SHA for 87e2f61
README.md
@@ -13,7 +13,7 @@ An **online demo** is available at [https://code2vec.org/](https://code2vec.org/
13
This is a TensorFlow implementation, designed to be easy and useful in research,
14
and for experimenting with new ideas in machine learning for code tasks.
15
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)).
+since the TensorFlow network is agnostic to the input programming language (see [Extending to other languages](#extending-to-other-languages).
17
Contributions are welcome.
18
19
<center style="padding: 40px"><img width="70%" src="https://github.com/tech-srl/code2vec/raw/master/images/network.png" /></center>
0 commit comments