OpenLayers OpenLayers

Changeset 7791 for project/website

Show
Ignore:
Timestamp:
08/21/08 15:27:14 (3 months ago)
Author:
crschmidt
Message:

Fix broken link.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • project/website/doc/index.shtml

    r5276 r7791  
    1515community.</p> 
    1616 
    17 <p><a href="http://dev.openlayers.org/docs/overview-tree.html">Class Reference Documentation</a></p> 
     17<p><a href="http://dev.openlayers.org/apidocs/">Class Reference Documentation</a></p> 
    1818 
    1919<h2>Creating Your First Map</h2> 
     
    162162 
    163163<blockquote> 
    164 <pre>  var google = new OpenLayers.Google( "Google", { type: G_HYBRID_MAP } ); 
     164<pre>  var google = new OpenLayers.Layer.Google( "Google", { type: G_HYBRID_MAP } ); 
    165165  map.addLayer(google);</pre> 
    166166<b>Ex. 7</b> Creating a Hybrid Map, and adding it to the map</blockquote>