Skip to content

Commit cae01d4

Browse files
author
Troy Melhase
committed
More tweaks.
1 parent 0a79dbd commit cae01d4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ file. The generated Python code is not guaranteed to run, nor is guaranteed to
88
be syntactically valid Python. However, java2python works well many cases, and
99
in some of those, it creates perfectly usable and workable Python code.
1010

11+
For more information, read the [introduction][]. To install, refer to the
12+
[installation][] page.
13+
1114
There are [lots of docs][], [plenty of tests][], and [many options][] for
1215
controlling code generation.
1316

@@ -52,7 +55,9 @@ if __name__ == '__main__':
5255
```
5356

5457

58+
[downloads]: https://github.com/natural/java2python/downloads
59+
[installation]: https://github.com/natural/java2python/tree/master/doc/install.md
60+
[introduction]: https://github.com/natural/java2python/tree/master/doc/intro.md
5561
[lots of docs]: https://github.com/natural/java2python/tree/master/doc/
56-
[plenty of tests]: https://github.com/natural/java2python/tree/master/test/
5762
[many options]: https://github.com/natural/java2python/tree/master/doc/customization.md
58-
[downloads]: https://github.com/natural/java2python/downloads
63+
[plenty of tests]: https://github.com/natural/java2python/tree/master/test/

0 commit comments

Comments
 (0)