From ca6edb11a9820b1a0a73a86edcdb143a919c992a Mon Sep 17 00:00:00 2001
From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= <Talip-Baris.Metin@sophia.inria.fr>
Date: Wed, 28 Oct 2009 13:46:14 +0000
Subject: [PATCH] fix repository link and comment out wiki pages as they're not
 present

---
 web/MonitorWeb/monitorweb/templates/welcome.kid | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/web/MonitorWeb/monitorweb/templates/welcome.kid b/web/MonitorWeb/monitorweb/templates/welcome.kid
index af7b007..4328642 100644
--- a/web/MonitorWeb/monitorweb/templates/welcome.kid
+++ b/web/MonitorWeb/monitorweb/templates/welcome.kid
@@ -14,9 +14,12 @@ from links import *
     <h2>Learn more</h2>
     Learn more about MyOps default policies, and take part in its development
     <ul class="links">
+    <!--
       <li><a href="https://svn.planet-lab.org/wiki/MyOpsDocs">Documentation</a></li>
       <li><a href="https://svn.planet-lab.org/wiki/MyOpsPolicyForPlanetLab">Policy</a></li>
       <li><a href="https://svn.planet-lab.org/svn/MyOps">Latest Source</a></li>
+    -->
+      <li><a href="http://svn.planet-lab.org/svn/Monitor">Latest Source</a></li>
     </ul>
     <span py:replace="now">now</span>
   </div>
-- 
2.47.0