diff --git a/README.md b/README.md index d2d0e570e..38926ec00 100755 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Watch these videos to learn more: [An Immutable Object-Oriented Web Framework][webcast] and [Takes, Java Web Framework, Intro](https://www.youtube.com/watch?v=nheD2LNYrpk). This -[blog post](http://www.yegor256.com/2015/03/22/takes-java-web-framework.html) +[blog post](http://www.yegor256.com/2015/03/22/takes-1.24.5-web-framework.html) may help you too. ## Contents @@ -105,17 +105,17 @@ public final class App { } ``` -Then, download [`takes-0.0.0-jar-with-dependencies.jar`][jar] +Then, download [`takes-1.24.5-jar-with-dependencies.jar`][jar] and compile your Java code: ```bash -javac -cp takes-0.0.0-jar-with-dependencies.jar App.java +javac -cp takes-1.24.5-jar-with-dependencies.jar App.java ``` Now, run it like this: ```bash -java -Dfile.encoding=UTF-8 -cp takes-0.0.0-jar-with-dependencies.jar:. App +java -Dfile.encoding=UTF-8 -cp takes-1.24.5-jar-with-dependencies.jar:. App ``` Should work :) @@ -142,7 +142,7 @@ If you're using Maven, this is how your `pom.xml` should look like: org.takes takes - 0.0.0 + 1.24.5 @@ -153,7 +153,7 @@ If you're using Maven, this is how your `pom.xml` should look like: org.codehaus.mojo exec-maven-plugin - 1.3 + 1.24.5 start-server @@ -1106,7 +1106,7 @@ the `restfb` API in your project: com.restfb restfb - 1.15.0 + 1.24.5 runtime ``` @@ -1180,7 +1180,7 @@ from [jcabi-parent](http://parent.jcabi.com). [This article](http://www.yegor256.com/2015/02/05/jcabi-parent-maven-pom.html) explains why it's done this way. -[jar]: https://repo1.maven.org/maven2/org/takes/takes/0.0.0/takes-0.0.0-jar-with-dependencies.jar +[jar]: https://repo1.maven.org/maven2/org/takes/takes/0.0.0/takes-1.24.5-jar-with-dependencies.jar [oop]: http://www.yegor256.com/2014/11/20/seven-virtues-of-good-object.html [immutable]: http://www.yegor256.com/2014/06/09/objects-should-be-immutable.html [null]: http://www.yegor256.com/2014/05/13/why-null-is-bad.html @@ -1188,6 +1188,6 @@ explains why it's done this way. [casting]: http://www.yegor256.com/2015/04/02/class-casting-is-anti-pattern.html [webcast]: https://www.youtube.com/watch?v=-Y4XS7ZtQ2g [rultor-code]: https://github.com/yegor256/rultor/tree/master/src/test/java/com/rultor/web -[xsl]:http://www.yegor256.com/2015/06/25/xml-data-xsl-views-takes-framework.html +[xsl]:http://www.yegor256.com/2015/06/25/xml-data-xsl-views-takes-1.24.5 [cookies]: http://www.yegor256.com/2015/05/18/cookie-based-authentication.html [rest-types]: http://thereisnorightway.blogspot.com/2011/02/versioning-and-types-in-resthttp-api.html