doc/book/en/A02c-maintemplate.en.txt
changeset 306 1ed1da008e50
parent 293 a21688a55d21
--- a/doc/book/en/A02c-maintemplate.en.txt	Mon Dec 29 15:31:32 2008 -0800
+++ b/doc/book/en/A02c-maintemplate.en.txt	Mon Dec 29 15:35:26 2008 -0800
@@ -95,7 +95,7 @@
 
       def call(self, **kwargs):
           self.w(u'<div class="footer">')
-          self.w(u'This website has been created with <a href="http://lax.logilab.org">LAX</a>.')
+          self.w(u'This website has been created with <a href="http://cubicweb.org">CubicWeb</a>.')
           self.w(u'</div>')
 
 Updating a view does not require any restart of the server. By reloading