From 0690479bb92ce963856d734c018a3283d149b9ed Mon Sep 17 00:00:00 2001 From: derekenos Date: Wed, 8 May 2019 10:46:18 -0400 Subject: [PATCH] Fix Algolia creds documentation URL (#2766) [ci skip] --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 03c77f77aa3d7..99ee627abbece 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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 &&