Skip to content

Commit

Permalink
Merge pull request #33 from bryant1410/master
Browse files Browse the repository at this point in the history
Changed the links to the new documentation page.
  • Loading branch information
pablohoffman committed Jan 13, 2014
2 parents 599a605 + 215c700 commit 947cd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapyd/website.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def render_GET(self, txrequest):
<li><a href="/jobs">Jobs</a></li>
<li><a href="/items/">Items</li>
<li><a href="/logs/">Logs</li>
<li><a href="http://doc.scrapy.org/en/latest/topics/scrapyd.html">Documentation</a></li>
<li><a href="http://scrapyd.readthedocs.org/en/latest/">Documentation</a></li>
</ul>
<h2>How to schedule a spider?</h2>
Expand All @@ -81,7 +81,7 @@ def render_GET(self, txrequest):
<p>Example using <a href="http://curl.haxx.se/">curl</a>:</p>
<p><code>curl http://localhost:6800/schedule.json -d project=default -d spider=somespider</code></p>
<p>For more information about the API, see the <a href="http://doc.scrapy.org/en/latest/topics/scrapyd.html">Scrapyd documentation</a></p>
<p>For more information about the API, see the <a href="http://scrapyd.readthedocs.org/en/latest/">Scrapyd documentation</a></p>
</body>
</html>
""" % vars
Expand Down

0 comments on commit 947cd4d

Please sign in to comment.