You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by td...@apache.org on 2013/01/30 09:01:06 UTC

svn commit: r1440301 - /incubator/drill/site/trunk/lib/path.pm

Author: tdunning
Date: Wed Jan 30 08:01:06 2013
New Revision: 1440301

URL: http://svn.apache.org/viewvc?rev=1440301&view=rev
Log:
Added link to wiki in nav bar

Modified:
    incubator/drill/site/trunk/lib/path.pm

Modified: incubator/drill/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/drill/site/trunk/lib/path.pm?rev=1440301&r1=1440300&r2=1440301&view=diff
==============================================================================
--- incubator/drill/site/trunk/lib/path.pm (original)
+++ incubator/drill/site/trunk/lib/path.pm Wed Jan 30 08:01:06 2013
@@ -6,7 +6,7 @@ our @nav = (
 	{ title => "Overview",
 	  href => "/drill/index.html"},
 	{ title => "Wiki",
-	  href => ""},
+	  href => "https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Wiki"},
     { title => "Project" },
 	{ title => "Source Code",
 	  href => "/drill/source-repository.html" },