From 996614a4014affc5cf7be6b5d399e1664cfec32c Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Thu, 4 Jun 2020 09:28:18 -0400 Subject: [PATCH] settings.py: Fix typo in URL --- kingfisher_scrapy/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kingfisher_scrapy/settings.py b/kingfisher_scrapy/settings.py index 33cd0aeb4..359d11538 100644 --- a/kingfisher_scrapy/settings.py +++ b/kingfisher_scrapy/settings.py @@ -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