Mercurial > p > roundup > code
diff doc/upgrading.txt @ 7506:38de0d748284
Fix reference for setlabelprop
was using full URL, not relative and was pointing to customizing rather
than reference.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 21 Jun 2023 14:53:23 -0400 |
| parents | 62409b4a3a52 |
| children | f3c456e9a6c2 |
line wrap: on
line diff
--- a/doc/upgrading.txt Wed Jun 21 14:48:08 2023 -0400 +++ b/doc/upgrading.txt Wed Jun 21 14:53:23 2023 -0400 @@ -1343,9 +1343,9 @@ E.G. If your class does a setlabelprop("foo") you must include "foo" in the properties list even if the class has name or title properties. -See: -https://www.roundup-tracker.org/docs/customizing.html#setlabelprop-property -for further details on the labelprop. +See: `reference.html setlabelprop +<reference.html#setlabelprop-property>`_ for further details on the +labelprop. If you don't do this, you will find that multilinks (and possibly links) may not be displayed properly. E.G. templates that iterate over
