From 839b2fb3c1ffa8fbe8693a9e058c23755554451e Mon Sep 17 00:00:00 2001 From: David Chelimsky Date: Wed, 8 Feb 2012 22:05:45 -0600 Subject: [PATCH] update link to rest api --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 4f5dc5c..fe6cc4f 100644 --- a/README.rdoc +++ b/README.rdoc @@ -2,7 +2,7 @@ Neography is a thin Ruby wrapper to the Neo4j Rest API, for more information: * {Getting Started with Neo4j Server}[http://wiki.neo4j.org/content/Getting_Started_with_Neo4j_Server] -* {Neo4j Rest API Reference}[http://components.neo4j.org/neo4j-server/milestone/rest.html] +* {Neo4j Rest API Reference}[http://docs.neo4j.org/chunked/milestone/rest-api.html] If you want to the full power of Neo4j, you will want to use JRuby and the excellent Neo4j.rb gem at https://github.com/andreasronge/neo4j by Andreas Ronge