versae / neo4j-rest-client

Object-oriented Python library to interact with Neo4j standalone REST server
http://neo4j-rest-client.rtfd.org
GNU General Public License v3.0
264 stars 73 forks source link

Broken link on Elements page #105

Open Vipor26 opened 10 years ago

Vipor26 commented 10 years ago

http://neo4j-rest-client.readthedocs.org/en/latest/elements.html

"Nodes

Due to the syntax is fully compatible with neo4j.py, the next lines only show the commands added and its differences."

the neo4j.py link is 404

versae commented 10 years ago

Yeah, actually Neo4j dropped support for neo4j.py long time ago. I have to fix that. Thanks!

mjmare commented 9 years ago

It would be nice to have the neo4j-rest-client docs be self sufficient, so no references to the embedded python driver. TIA

versae commented 9 years ago

You are completely right, @mjmare.