Changes between Version 2 and Version 3 of GenshiMacro

Show
Ignore:
Author:
ejucovy (IP: 0.0.0.0)
Timestamp:
04/02/12 15:07:35 (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenshiMacro

    v2 v3  
    4747== Source == 
    4848 
    49 You can clone NewTicketLikeThisPlugin from [git://github.com/ejucovy/trac-GenshiMacro.git here] using Git, or [https://github.com/ejucovy/trac-GenshiMacro browse the source] with Github. 
     49You can clone GenshiMacro from [git://github.com/ejucovy/trac-GenshiMacro.git here] using Git, or [https://github.com/ejucovy/trac-GenshiMacro browse the source] with Github. 
    5050 
    5151== Example == 
    6767    <py:otherwise> 
    6868     <b>To file a new ticket, you'll need to 
    69         <a  href="${req.href.login()}">log in</a> 
     69        <a  href="${req.href.login()}">log in</a> or 
     70        <a  href="${req.href.register()}">create an account</a> 
    7071        first.</b> 
    7172    </py:otherwise>