]> git.decadent.org.uk Git - ion3-doc.git/blobdiff - ionconf/node6.html
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3-doc.git] / ionconf / node6.html
index b1bbe8bf3fe0cb8a6c2e9ff4742a04ed29990215..8c985d1cb3fa2bed420c7114658bcb529fc9f1be 100644 (file)
@@ -180,11 +180,11 @@ end
 <P>
 If you want to a single non-WClientWin region with an exact known 
 name, use <A HREF="node7.html#fn:ioncore.lookup_region"><TT>ioncore.lookup_region</TT></A>. If you want a list of all regions,
-use <A HREF="node7.html#fn:ioncore.region_list"><TT>ioncore.region_list</TT></A>. Both functions accept an optional argument
+use <A HREF="#fn:ioncore.region_list"><TT>ioncore.region_list</TT></A>. Both functions accept an optional argument
 that can be used to specify that the returned region(s) must be of a more 
 specific type. Client windows live in a different namespace and for them
 you should use the equivalent functions <A HREF="node7.html#fn:ioncore.lookup_clientwin"><TT>ioncore.lookup_clientwin</TT></A>
-and <A HREF="node7.html#fn:ioncore.clientwin_list"><TT>ioncore.clientwin_list</TT></A>.
+and <A HREF="#fn:ioncore.clientwin_list"><TT>ioncore.clientwin_list</TT></A>.
 
 <P>
 To get the name of an object, use <A HREF="node7.html#fn:WRegion.name"><TT>WRegion.name</TT></A>. Please be