From c93f27c9640850907097c6c46586ca552d1aeeef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TATSUNO=20=E2=80=9CTaz=E2=80=9D=20Yasuhiro?= Date: Mon, 25 Sep 2023 10:42:49 +0900 Subject: [PATCH] Fix Cloudflare API reference URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f643a1c..3a9f47c 100644 --- a/README.md +++ b/README.md @@ -159,8 +159,8 @@ manually building your policy (though you can if you understand the syntax!). 1. Create the token you'd like to use on the command line using the Cloudflare dashboard. 1. Make the API call to fetch the token you've just created. See - https://api.cloudflare.com/#user-api-tokens-token-details or - https://api.cloudflare.com/#user-api-tokens-list-tokens to fetch all tokens. + https://developers.cloudflare.com/api/operations/user-api-tokens-token-details or + https://developers.cloudflare.com/api/operations/user-api-tokens-list-tokens to fetch all tokens. 1. Write the contents of the single `result` JSON payload to a local file. For the example, I'll use `example_token.json` for the documentation. 1. Run the following command using `docker` which will pull the `go-toml` tool