]> source.dussan.org Git - dcevm.git/commitdiff
Update README.md
authorIvan Dubrov <dubrov.ivan@gmail.com>
Wed, 1 Apr 2015 01:16:33 +0000 (18:16 -0700)
committerIvan Dubrov <dubrov.ivan@gmail.com>
Wed, 1 Apr 2015 01:16:33 +0000 (18:16 -0700)
README.md

index 1ed0ad55bfd3f4099f1123c81fab694dc0bd17c1..bb7a08be32b54034170ca8788c0db7a4b08dcd0b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ You can download binaries [here](https://dcevm.github.io/).
 
 ## Supported versions
 
-[pathes/](patches/) contains patches for all supported versions. Each patch is named by concatenating prefix `full` or `light` with the OpenJDK HotSpot tag. `full` patches support full redefenition capabilities (including removal of superclasses, for example). `light` patches are easier to maintain, but they only support limited functionality (generally, additions to class hierarchies are fine, removals are not).
+[pathes/](hotspot/.hg/patches/) contains patches for all supported versions. Each patch is named by concatenating prefix `full` or `light` with the OpenJDK HotSpot tag. `full` patches support full redefenition capabilities (including removal of superclasses, for example). `light` patches are easier to maintain, but they only support limited functionality (generally, additions to class hierarchies are fine, removals are not).
 
 HotSpot tag is the name of the tag in the corresponding HotSpot Mercurial repository ([Java 8](http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot)/[Java 7](http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot)).