gallery.py: Use Python-3-compatible exception syntax
[blog.git] / templates / bzrrepo.mdwn
index 0401f08d1c0f969b8b62b0fe8290cea1e499ccab..a4c1d8e6eb81a48b90826ae391f5f74d62f6b206 100644 (file)
@@ -1,6 +1,6 @@
 <span class="infobox">
 Available in a [[!taglink tags/bzr]] repository.<br />
-Repository: <a href="<TMPL_IF url><TMPL_VAR url><TMPL_ELSE>/~wking/code/bzr/<TMPL_VAR repo></TMPL_IF>" rel="vcs-bzr" title="<TMPL_VAR repo> repository"><TMPL_VAR repo></a><br />
+Repository: <a href="<TMPL_IF url><TMPL_VAR url><TMPL_ELSE>https://code.launchpad.net/~wking-drexel/<TMPL_VAR repo>/</TMPL_IF>" rel="vcs-bzr" title="<TMPL_VAR repo> repository"><TMPL_VAR repo></a><br />
 Author: <TMPL_UNLESS author>W. Trevor King</TMPL_UNLESS><TMPL_VAR author><br />
 </span>
 
@@ -9,7 +9,7 @@ This template is used to create an infobox for a Bazaar repository. It
 uses these parameters:
 
 * repo - the name of the repository.
-* url - repository url.  Defaults to `/~wking/code/bzr/<repo>`.
+* url - repository url.  Defaults to `https://code.launchpad.net/~wking-drexel/<repo>/`.
 * author - the author of the branch.  Defaults to `W. Trevor King`.
 
 It also automatically tags the branch with `tags/bzr`.