From e3d7c85cfc7ebf079fb356bc671a65d6a826282d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Neto?= Date: Mon, 10 May 2021 12:49:10 +0100 Subject: [PATCH] hurricane: documentation typo in domain name (#1398) --- docs/content/dns/zz_gen_hurricane.md | 2 +- providers/dns/hurricane/hurricane.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/dns/zz_gen_hurricane.md b/docs/content/dns/zz_gen_hurricane.md index 6a791cb2..995d6cb6 100644 --- a/docs/content/dns/zz_gen_hurricane.md +++ b/docs/content/dns/zz_gen_hurricane.md @@ -67,7 +67,7 @@ HURRICANE_TOKENS=example.org:token ## More information -- [API documentation](https://dns.he.org/) +- [API documentation](https://dns.he.net/) diff --git a/providers/dns/hurricane/hurricane.toml b/providers/dns/hurricane/hurricane.toml index b841d2dc..72d68146 100644 --- a/providers/dns/hurricane/hurricane.toml +++ b/providers/dns/hurricane/hurricane.toml @@ -45,4 +45,4 @@ HURRICANE_TOKENS=example.org:token HURRICANE_HTTP_TIMEOUT = "API request timeout" [Links] - API = "https://dns.he.org/" + API = "https://dns.he.net/"