From e661d221044dc3f21da3a2b0d200f3bf4d4a70f7 Mon Sep 17 00:00:00 2001 From: "J. Brisbin" Date: Tue, 21 Dec 2010 16:16:21 -0600 Subject: [PATCH] Tweak README --- spring-data-riak/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-riak/README.md b/spring-data-riak/README.md index d41439833..d34d9d735 100644 --- a/spring-data-riak/README.md +++ b/spring-data-riak/README.md @@ -73,4 +73,4 @@ Some things to note here: closure, you can define a "guard" closure, which is called before the main closure and should return non-null or Boolean `true` if the closure should be executed or null or Boolean `false` if the closure is to be skipped. This functionality is inspired by the - use of (the guard expression in Erlang case statements)[http://en.wikibooks.org/wiki/Erlang_Programming/guards]. \ No newline at end of file + use of [the guard expression in Erlang case statements](http://en.wikibooks.org/wiki/Erlang_Programming/guards). \ No newline at end of file