Fix Algolia creds documentation URL (#2766) [ci skip]

This commit is contained in:
derekenos 2019-05-08 10:46:18 -04:00 committed by Mac Siri
parent c7b0c1c023
commit 0690479bb9

View file

@ -17,7 +17,7 @@ tasks:
[ -z "${ALGOLIASEARCH_API_KEY:=$(cat config/application.yml | grep ALGOLIASEARCH_API_KEY | sed 's/.*:\s*//')}" ] ; do
gp open config/application.yml 2>/dev/null &&
printf "\n❗ Dev.to requires free Algolia credentials.\n" &&
printf "❗ To get them, please follow https://docs.dev.to/get-api-keys-dev-env/#algolia\n\n" &&
printf "❗ To get them, please follow https://docs.dev.to/backend/algolia/#get-api-keys\n\n" &&
read -p "Add them to config/application.yml, save the file, and press any key to continue... " -n 1 -r
done ;
bin/setup &&