Skip to content
This repository has been archived by the owner on Jun 30, 2018. It is now read-only.

Commit

Permalink
Updated link to docco.css in Percolated Twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Mar 17, 2013
1 parent 4053675 commit 161f251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions play/percolated-twitter.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>percolated-twitter.rb</title>
<link rel="stylesheet" href="http://jashkenas.github.com/docco/resources/docco.css">
<link rel="stylesheet" href="../docco.css">
</head>
<body>
<div id='container'>
Expand Down Expand Up @@ -107,7 +107,7 @@ <h1>Reversed or “Real Time” Search in ElasticSearch</h1>
</div>
<p>Let&rsquo;s define a class to hold our data in <em>ElasticSearch</em>.</p>

<p>We&rsquo;re using the <em>persistence</em> mode of <em>Tire</em>, so we don&rsquo;t need a database, because
<p>We&rsquo;re using the <em>persistence</em> mode of <em>Tire</em>, so we don&rsquo;t need a database, because
<a href="http://www.slideshare.net/karmi/your-data-your-search-elasticsearch-euruko-2011/49"><em>the index is our database</em></a>.</p>
</td>
<td class=code>
Expand Down

0 comments on commit 161f251

Please sign in to comment.