687 687 </verbatim>
688 688
689 689 All that does is make it easy for the developer to copy/paste a sensible UUID into their commit log.
690 690
691 691 Now, continuing, on the same View Page add a link to view associated tickets:
692 692
693 693 <verbatim>
694 -<a href="/timeline?y=ci&s=$<shortUuid>">associated tickets</a>
694 +<a href="$<baseurl>/timeline?y=ci&s=$<shortUuid>">associated tickets</a>
695 695 </verbatim>
696 696
697 697 What this does is searches all checkin's for the tickets uuid, thus, you can now see all checkin's that are linked with the given ticket.
698 698
699 699 <div>
700 700 <h2><a name="th1-usage">Fossil Th1</a></h2>
701 701