Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit 51aa5e7

Browse files
committed
Update README.textile with new API and jar URLs.
1 parent 9b49942 commit 51aa5e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.textile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ p. It can also statically analyze each method's frame, for particular purposes l
66

77
p. BytecodeParser simulates the stack operations made by the opcodes in the CodeAttribute. It can give you the state of the stack before and after the frame is run.
88

9-
p. BytecodeParser is released under the "LGPL, version 3":http://www.gnu.org/licenses/lgpl.html. It is actively developped. You can download the latest version ("v0.3":https://github.com/sgodbillon/BytecodeParser/zipball/v0.3), explore its capabilities and extend it if you need to.
9+
p. BytecodeParser is released under the "LGPL, version 3":http://www.gnu.org/licenses/lgpl.html. It is actively developped. You can download the latest version ("v0.3":http://sgodbillon.github.com/BytecodeParser/releases/0.3/bytecodeparser-0.3.jar), explore its capabilities and extend it if you need to.
1010

1111
h2. How to use it
1212

13-
p. See the "project's website":http://sgodbillon.github.com/BytecodeParser/ for detailed examples and more information. You can also "browse the API":http://sgodbillon.github.com/BytecodeParser/api/index.html.
13+
p. See the "project's website":http://sgodbillon.github.com/BytecodeParser/ for detailed examples and more information. You can also "browse the API":http://sgodbillon.github.com/BytecodeParser/releases/0.3/api/index.html.
1414

1515
h2. A small example
1616

0 commit comments

Comments
 (0)