Author: Christian Lopes
Date: 2010-10-08 07:30:47 -0700 (Fri, 08 Oct 2010)
New Revision: 22188

Modified:
   cytoscapeweb/trunk/website/default.properties
   cytoscapeweb/trunk/website/src/php/content/tutorial.php
Log:
Fixed some broken links.

Modified: cytoscapeweb/trunk/website/default.properties
===================================================================
--- cytoscapeweb/trunk/website/default.properties       2010-10-08 00:24:20 UTC 
(rev 22187)
+++ cytoscapeweb/trunk/website/default.properties       2010-10-08 14:30:47 UTC 
(rev 22188)
@@ -1,5 +1,5 @@
 # Website version
-build.version=0.5
+build.version=0.5.1
 # The released Cytoscape Web version (downloadable zip & API doc)
 cw.build.version=0.6.1
 

Modified: cytoscapeweb/trunk/website/src/php/content/tutorial.php
===================================================================
--- cytoscapeweb/trunk/website/src/php/content/tutorial.php     2010-10-08 
00:24:20 UTC (rev 22187)
+++ cytoscapeweb/trunk/website/src/php/content/tutorial.php     2010-10-08 
14:30:47 UTC (rev 22188)
@@ -59,24 +59,24 @@
     
     <p>Now that you are able to embed Cytoscape Web into a page, you can use 
the Javascript API to
     interact with it.  You have already used the class representing the
-    <a href="/documentation/cytoscape_web">embedded visualisation</a> in the
+    <a href="/documentation/visualization">embedded visualisation</a> in the
     first example.  What remains is to interact with the visualisation once it 
has been drawn.</p>
     
     <p>The main thing to keep in mind is that you can not interact with most 
of Cytoscape Web
     until the graph is drawn.  Thus, you can interact with Cytoscape Web by 
using the
-    <a href="/documentation/cytoscape_web#ready">ready</a> callback function, 
which is called
+    <a href="/documentation/visualization#ready">ready</a> callback function, 
which is called
     when Cytoscape Web is finished drawing the graph.</p>
     
     <p>This example interacts with Cytoscape Web by getting attributes values 
that were set for the
     nodes and edges in the graph.  This is achieved by registering with the
-    <a href="/documentation/cytoscape_web#addListener">addListener</a> 
function for click events.</p>
+    <a href="/documentation/visualization#addListener">addListener</a> 
function for click events.</p>
     
     <?php print_code("file/example_code/interacting.html"); ?>
     
     <?php embed_code("file/example_code/interacting.html"); ?>
     
     <p>Now that you know how to initialise and interact with Cytoscape Web, 
you can look to the
-    <a href="/documentation/cytoscape_web">API reference</a> to customise
+    <a href="/documentation/visualization">API reference</a> to customise
     Cytoscape Web exactly to your liking.  Have fun!</p>
     
     <p>If you would like a bit more in the way of instruction, see the next 
section on how to
@@ -88,7 +88,7 @@
     
     <p>Visual styles configure the way that the graph is visually displayed.  
You can create a
     visual style statically or programattically, by setting the visual style 
at initialisation or
-    by using the <a 
href="/documention/cytoscape_web#visualStyle">visualStyle</a> function.</p>
+    by using the <a href="/documentation#section/visualStyle">visualStyle</a> 
function.</p>
     
     <p>This example changes the visual style of the graph from the previous 
examples.</p>
     
@@ -103,7 +103,7 @@
     <p>This example has used only a few visual properties for the sake of 
simplicity.  However,
     there are many visual properties that exist in Cytoscape Web that can be 
used to control
     exactly how things are visually displayed.  Take a look at the
-    <a href="/documentation/cytoscape_web#visualStyle">visualStyle</a>
+    <a href="/documentation#section/visualStyle">visualStyle</a>
     function for more information.</p>
     
     
@@ -113,7 +113,7 @@
     
     <p>This tutorial should allow you to have Cytoscape Web up and running and 
interacting with
     other components in your page.  You should now be sufficiently capable of 
using the
-    <a href="/documentation/cytoscape_web">API reference</a> to customise 
Cytoscape Web to your
+    <a href="/documentation/visualization">API reference</a> to customise 
Cytoscape Web to your
     specific needs.</p>
     
     <p>If you still have questions, take a look at the <a href="faq">FAQ</a>.  
Most likely,

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to