[doc/book] fix wrong (https) url stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 20 Apr 2010 15:31:04 +0200
branchstable
changeset 5349 023dbeb84cc2
parent 5348 db7b4d2eba4b
child 5350 49c065ae225e
[doc/book] fix wrong (https) url
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)