From b2ee269caf5a5475111a7a0c4154ce4b45815ebd Mon Sep 17 00:00:00 2001 From: b1n23 <97284148+b1n23@users.noreply.github.com> Date: Fri, 19 Apr 2024 21:08:42 +0800 Subject: [PATCH] Modify the documentation address of create Edgio API client. --- deployhooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployhooks.md b/deployhooks.md index e4355fa..bf05b1c 100644 --- a/deployhooks.md +++ b/deployhooks.md @@ -918,7 +918,7 @@ acme.sh --deploy -d example.com --deploy-hook cachefly ## 29. Deploy your cert to Edgio You must define the API CLIENT ID, API CLIENT SECRET and ENVIRONMENT ID before getting started. -To create an API client ([Documentation](https://docs.edg.io/)), and assign the 'app.config' scope. +To create an API client ([Documentation](https://docs.edg.io/applications/v7/develop/rest_api/authentication#administering-api-clients)), and assign the 'app.config' scope. To get the Environment ID, navigate to the Property and Environment pages where the certificate is to be deployed. Once there, you can find the Environment ID within the 'Environment Settings'. @@ -936,7 +936,7 @@ acme.sh --deploy -d example.com --deploy-hook edgio ## 30. Deploy your cert to Netlify You must define the ACCESS TOKEN, SITE ID before getting started. -To create a Personal access tokens (https://app.netlify.com/user/applications#personal-access-tokens). +To create a Personal access tokens ([Documentation](https://app.netlify.com/user/applications#personal-access-tokens)). To get the Site ID, navigate to the SITE where the certificate is to be deployed. Once there, you can find the Site ID within the 'Site configuration'.