You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/02/11 00:15:18 UTC

svn commit: r1566827 - in /isis/site/trunk: content/intro/learning-more/about.md templates/isis-template.html

Author: danhaywood
Date: Mon Feb 10 23:15:17 2014
New Revision: 1566827

URL: http://svn.apache.org/r1566827
Log:
fixing links

Modified:
    isis/site/trunk/content/intro/learning-more/about.md
    isis/site/trunk/templates/isis-template.html

Modified: isis/site/trunk/content/intro/learning-more/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/intro/learning-more/about.md?rev=1566827&r1=1566826&r2=1566827&view=diff
==============================================================================
--- isis/site/trunk/content/intro/learning-more/about.md (original)
+++ isis/site/trunk/content/intro/learning-more/about.md Mon Feb 10 23:15:17 2014
@@ -1,3 +1,3 @@
 Title: Learning More
 
-back to: [documentation](../documentation.html) page.
\ No newline at end of file
+back to: [documentation](../../documentation.html) page.
\ No newline at end of file

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1566827&r1=1566826&r2=1566827&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Mon Feb 10 23:15:17 2014
@@ -212,9 +212,9 @@
           <li class="dropdown">
             <a href="#" class="dropdown-toggle" data-toggle="dropdown">Screenshots<b class="caret"></b></a>
             <ul class="dropdown-menu">
-              <li><a href="{{base}}getting-started/screenshots.html">Screenshots</a></li>
-              <li><a href="{{base}}getting-started/screencasts.html">Screencasts</a></li>
-              <li><a href="{{base}}getting-started/powered-by.html">Powered by</a></li>
+              <li><a href="{{base}}intro/getting-started/isis-in-pictures.html">Screenshots</a></li>
+              <li><a href="{{base}}intro/getting-started/screencasts.html">Screencasts</a></li>
+              <li><a href="{{base}}intro/powered-by/powered-by.html">Powered by</a></li>
               <li><a href="http://isisdemo.mmyco.co.uk/">Online Demo</a></li>
             </ul>
           </li>