| Index: src/site/docs/dart-up-and-running/contents/ch05.html
 | 
| diff --git a/src/site/docs/dart-up-and-running/contents/ch05.html b/src/site/docs/dart-up-and-running/contents/ch05.html
 | 
| index 00f624a67479624cc42a60c279e92c199b6c6669..c12c0067110ebb8312d065d3d6938402f7adf231 100644
 | 
| --- a/src/site/docs/dart-up-and-running/contents/ch05.html
 | 
| +++ b/src/site/docs/dart-up-and-running/contents/ch05.html
 | 
| @@ -14,7 +14,7 @@ description: "Read Chapter 5. Walkthrough: Dartiverse Search of Dart: Up and R
 | 
|          choose <span class="bold"><strong>Tools > Welcome
 | 
|          Page</strong></span>.)</p></li><li class="listitem"><p>In the demo section, click <span class="bold"><strong>Dartiverse
 | 
|          Search</strong></span> to create a copy of the dartiverse_search
 | 
| -        package.<a href="#ftn.idm244197742832" class="footnote" name="idm244197742832"><sup class="footnote">[2]</sup></a></p></li><li class="listitem"><p>Use <span class="bold"><strong>Tools > Pub Build</strong></span> to
 | 
| +        package.<a href="#ftn.idm121378695232" class="footnote" name="idm121378695232"><sup class="footnote">[2]</sup></a></p></li><li class="listitem"><p>Use <span class="bold"><strong>Tools > Pub Build</strong></span> to
 | 
|          build the package.</p></li><li class="listitem"><p>Select <code class="literal">bin/server.dart</code> and click the
 | 
|          <span class="bold"><strong>Run</strong></span> button. You should see a message
 | 
|          that the search server is running at http://127.0.0.1:9223/.</p></li><li class="listitem"><p>Click that URL or enter it into any modern browser. The search
 | 
| @@ -360,6 +360,6 @@ void main() {
 | 
|      improving its user interface or adding another search engine. If you'd
 | 
|      like to look at other samples, you can find them in Dart Editor and at
 | 
|      <a class="ulink" href="http://dartlang.org/samples" target="_top">http://dartlang.org/samples</a>.</p><p>Our website has lots more information, including guides and
 | 
| -    tutorials. It's all at <a class="ulink" href="http://dartlang.org" target="_top">http://dartlang.org</a>.</p></div><div class="footnotes"><br><hr style="width:100; text-align:left;margin-left: 0"><div id="ftn.idm244197742832" class="footnote"><p><a href="#idm244197742832" class="para"><sup class="para">[2] </sup></a>If you aren’t using Dart Editor, you can find the Dartiverse
 | 
| +    tutorials. It's all at <a class="ulink" href="http://dartlang.org" target="_top">http://dartlang.org</a>.</p></div><div class="footnotes"><br><hr style="width:100; text-align:left;margin-left: 0"><div id="ftn.idm121378695232" class="footnote"><p><a href="#idm121378695232" class="para"><sup class="para">[2] </sup></a>If you aren’t using Dart Editor, you can find the Dartiverse
 | 
|              Search source code in the <a class="ulink" href="http://code.google.com/p/dart" target="_top">Dart project</a> under
 | 
|              <code class="filename">samples/dartiverse_search</code>.</p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch04-summary.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="colophon.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Summary </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Colophon</td></tr></table></div>
 | 
| 
 |