[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services - caches.pt:1.8
Guido van Rossum
guido@python.org
Wed, 30 Apr 2003 16:15:17 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/services
In directory cvs.zope.org:/tmp/cvs-serv29874
Modified Files:
caches.pt
Log Message:
Don't go to ../../default/AddXXX; just use ../AddXXX, since we are
*in* default. This will make it simpler when there are other folders,
too.
=== Zope3/src/zope/app/browser/services/caches.pt 1.7 => 1.8 ===
--- Zope3/src/zope/app/browser/services/caches.pt:1.7 Wed Apr 30 11:30:41 2003
+++ Zope3/src/zope/app/browser/services/caches.pt Wed Apr 30 16:15:17 2003
@@ -55,8 +55,7 @@
</form>
-<p><a href="../../default/AddCache">Add a cache to this cache
-service</a></p>
+<p><a href="../AddCache">Add a cache to this cache service</a></p>
</div>