Skip to content

Commit 4301155

Browse files
author
Troy Melhase
committed
Better links.
1 parent 9752b38 commit 4301155

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

readme.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33
Simple but effective tool to translate Java source code into Python.
44

55

6-
There are
7-
[lots of docs](https://github.com/natural/java2python/tree/master/doc/),
8-
[plenty of tests](https://github.com/natural/java2python/tree/master/test/),
9-
and [many options](https://github.com/natural/java2python/tree/master/doc/customizations.md) for
6+
There are [lots of docs][], [plenty of tests][], and [many options][] for
107
controlling code generation.
118

129
I'm in the process of finalizing the documentation and packaging a release.
1310
That will be release 0.5 when it's done. If you're looking for old releases,
14-
check the [downloads](https://github.com/natural/java2python/downloads) link above.
11+
check the [downloads][] link above.
1512

1613
Here's a very simple example. First we show the file:
1714

@@ -61,3 +58,8 @@ if __name__ == '__main__':
6158
HelloWorld.main(sys.argv)
6259
```
6360

61+
62+
[lots of docs]: https://github.com/natural/java2python/tree/master/doc/
63+
[plenty of tests]: https://github.com/natural/java2python/tree/master/test/
64+
[many options]: https://github.com/natural/java2python/tree/master/doc/customization.md
65+
[downloads]: https://github.com/natural/java2python/downloads

0 commit comments

Comments
 (0)