From 1f84080df9a40e8548d9635b432e0aa94de9618b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Ricau Date: Wed, 16 Mar 2011 16:14:19 +0100 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0ba097..c2bc6f1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Intro BuilderGen uses [APT](http://download.oracle.com/javase/6/docs/technotes/guides/apt/index.html) and [CodeModel](http://codemodel.java.net/) to generate builders at compile time. The builders implement Josh Bloch's Builder Pattern from [Effective Java](http://java.sun.com/docs/books/effective/). -If you wonder how it actually works, read the dedicated [wiki page](wiki/How it works). +If you wonder how it actually works, read the dedicated [wiki page](https://github.com/pyricau/BuilderGen/wiki/How it works). ## 3 simple steps