mirror of https://github.com/scrapy/scrapy.git
scrapyd: fixed documentation link
This commit is contained in:
parent
caffe0e800
commit
2b4e4c37a0
|
|
@ -68,7 +68,7 @@ class Home(resource.Resource):
|
|||
<ul>
|
||||
<li><a href="/procmon">Process monitor</a></li>
|
||||
<li><a href="/logs/">Logs</li>
|
||||
<li><a href="http://doc.scrapy.org/topics/scrapyd.html">Documentation</a></li>
|
||||
<li><a href="http://doc.scrapy.org/en/latest/topics/scrapyd.html">Documentation</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>How to schedule a spider?</h2>
|
||||
|
|
|
|||
Loading…
Reference in New Issue