Skip to content

Commit

Permalink
Update settings doc and rename kingfisher process doc file
Browse files Browse the repository at this point in the history
Signed-off-by: Yohanna Lisnichuk <yohanitalisnichuk@gmail.com>
  • Loading branch information
yolile committed Jun 4, 2020
1 parent 55602b2 commit cc9af81
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can:

- :doc:`Download data to your computer, by installing Kingfisher Collect<local>`
- :doc:`Download data to a remote server, by using Scrapyd<scrapyd>`
- :doc:`Integrate with Kingfisher Process<kingfisher_process_integration>`
- :doc:`Integrate with Kingfisher Process<kingfisher_process>`

You can also try using Kingfisher Collect with `Scrapy Cloud <https://scrapinghub.com/scrapy-cloud>`_.

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion kingfisher_scrapy/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
'kingfisher_scrapy.pipelines.Validate': 300,
}

# To send items to Kingfishet Process, for more info see
# To send items to Kingfisher Process, see
# https://kingfisher-collect.readthedocs.io/en/latest/kingfisher_process_integration.html
KINGFISHER_API_URI = os.getenv('KINGFISHER_API_URI')
KINGFISHER_API_KEY = os.getenv('KINGFISHER_API_KEY')
Expand Down

0 comments on commit cc9af81

Please sign in to comment.