# HG changeset patch # User Aurelien Campeas # Date 1271770264 -7200 # Node ID 023dbeb84cc27651e3bbc88656d42daf4bbf7649 # Parent db7b4d2eba4be1b2d4b287ea1a0062a4714ee0e9 [doc/book] fix wrong (https) url diff -r db7b4d2eba4b -r 023dbeb84cc2 doc/book/en/development/datamodel/definition.rst --- a/doc/book/en/development/datamodel/definition.rst Tue Apr 20 15:16:19 2010 +0200 +++ b/doc/book/en/development/datamodel/definition.rst Tue Apr 20 15:31:04 2010 +0200 @@ -42,8 +42,8 @@ * all relationship are binary which means that to represent a non-binary relationship, one has to use an entity, * relationships do not support attributes (yet, see: - https://www.logilab.net/cwo/ticket/341318), hence the need to reify - it as an entity if need arises, + http://www.cubicweb.org/ticket/341318), hence the need to reify it + as an entity if need arises, * all entities have an `eid` attribute (an integer) that is its primary key (but it is possible to declare uniqueness on other attributes)