Changeset 522

Show
Ignore:
Timestamp:
03/18/08 13:07:04 (8 months ago)
Author:
migurski
Message:

Updated proper links and removed 'new'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/home/index.html

    r477 r522  
    5050        subject to frequent changes. If you are writing your own map tiles, you may 
    5151        find our <a href="calculator.html">map transformation calculator</a> and 
    52         <a href="./tutorial-actransit/">Zoomifyer tile tutorial</a> (<i>new!</i>) useful. 
     52        <a href="./tutorial-actransit/">Zoomifyer tile tutorial</a> useful. 
    5353        If you are interested in using Modest Maps as a server-side map generation 
    5454        tool, check out the <a href="examples-python-ws/">ws-compose and ws-pinwin tutorial</a>. 
     
    110110        <a class="credit" href="http://stamen.com/studio/shawn">Shawn Allen</a> 
    111111        of <a class="credit" href="http://stamen.com">Stamen Design</a>, 
    112         <a class="credit" href="mailto:darren-modestmaps1@lookorfeel.com">Darren David</a> 
    113         of <a class="credit" href="http://www.lookorfeel.com/">Look or Feel</a>, 
     112        <a class="credit" href="http://stimulant.io">Darren David of Stimulant</a>, 
    114113        <a class="credit" href="http://aaronland.info">Aaron Straup Cope</a>, 
    115114        <a class="credit" href="http://bumpslide.com">David Knape</a>, 
  • trunk/docs/home/tutorial-actransit/index.html

    r448 r522  
    139139            <p> 
    140140                New sets of map tiles can be used by implementing the 
    141                 <a href="http://modestmaps.mapstraction.com/trac/browser/branches/1.0b/as2/lib/com/modestmaps/mapproviders/IMapProvider.as"><code>IMapProvider</code></a> interface. 
     141                <a href="http://modestmaps.mapstraction.com/trac/browser/trunk/as2/lib/com/modestmaps/mapproviders/IMapProvider.as"><code>IMapProvider</code></a> interface. 
    142142                New sets of <em>Zoomifyer</em> map tiles can be used by sub-classing the 
    143                 <a href="http://modestmaps.mapstraction.com/trac/browser/branches/1.0b/as2/lib/com/modestmaps/mapproviders/AbstractZoomifyMapProvider.as"><code>AbstractZoomifyMapProvider</code></a> class. 
     143                <a href="http://modestmaps.mapstraction.com/trac/browser/trunk/as2/lib/com/modestmaps/mapproviders/AbstractZoomifyMapProvider.as"><code>AbstractZoomifyMapProvider</code></a> class. 
    144144            </p> 
    145145            <p> 
     
    196196                Modify one of the included Modest Maps sample clients to point to this 
    197197                new provider, and select an appropriate starting extent. Here, we modify part of 
    198                 <a href="http://modestmaps.mapstraction.com/trac/browser/branches/1.0b/as2/SampleClient2.fla">SampleClient2.fla</a>: 
     198                <a href="http://modestmaps.mapstraction.com/trac/browser/trunk/as2/SampleClient2.fla">SampleClient2.fla</a>: 
    199199            </p> 
    200200            <pre class="code">