Skip to content

Commit

Permalink
settings.py: Fix typo in URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 4, 2020
1 parent 6bacd31 commit 996614a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kingfisher_scrapy/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}

# To send items to Kingfisher Process, see
# https://kingfisher-collect.readthedocs.io/en/latest/kingfisher_process_integration.html
# https://kingfisher-collect.readthedocs.io/en/latest/kingfisher_process.html
KINGFISHER_API_URI = os.getenv('KINGFISHER_API_URI')
KINGFISHER_API_KEY = os.getenv('KINGFISHER_API_KEY')
# If Kingfisher Process can read Kingfisher Collect's `FILES_STORE`, then Kingfisher Collect can send file paths
Expand Down

0 comments on commit 996614a

Please sign in to comment.