Skip to content

Commit df576ee

Browse files
author
Troy Melhase
committed
Renames features.md and updates references to it.
1 parent c4f83ea commit df576ee

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if mangled_name_for_x == 0:
9090
```
9191

9292
See what java2python did there? It tried to do what you would do. For further
93-
explanation and enumeration see the [features][] page.
93+
explanation and enumeration see the [translation details][] page.
9494

9595

9696
### Why Bother?
@@ -101,5 +101,5 @@ it's an interesting problem (kind of).
101101

102102

103103
[ANTLR]: http://www.antlr.org
104-
[features]: https://github.com/natural/java2python/tree/master/doc/features.md
104+
[translation details]: https://github.com/natural/java2python/tree/master/doc/translation.md
105105
[1]: http://roundrockriver.wordpress.com/2007/02/15/automated-translation-of-java-to-python/

doc/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ this first.
99

1010
The [Installation][] doc describes how to install the package.
1111

12-
#### Translation Features
12+
#### Translation Details
1313

14-
The [Translation Features][] page documents how the package translates Java
15-
syntax to Python
14+
The [Translation Details][] page documents how the package translates Java
15+
syntax to Python.
1616

1717
#### Usage
1818
The [Usage][] page explains how to run the `j2py` script.
@@ -25,5 +25,5 @@ The [Customization][] doc describes how to customize translation behavior.
2525
[Customization]: https://github.com/natural/java2python/tree/master/doc/customization.md
2626
[Installation]: https://github.com/natural/java2python/tree/master/doc/install.md
2727
[Introduction]: https://github.com/natural/java2python/tree/master/doc/intro.md
28-
[Translation Features]: https://github.com/natural/java2python/tree/master/doc/features.md
28+
[Translation Details]: https://github.com/natural/java2python/tree/master/doc/translation.md
2929
[Usage]: https://github.com/natural/java2python/tree/master/doc/usage.md
File renamed without changes.

0 commit comments

Comments
 (0)