From 486c1b9d171fc9456d10d9aec7e2bf6e14333eac Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 5 Jul 2014 23:43:55 +0200 Subject: [PATCH] Fix broken link. --- src/ddns/providers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ddns/providers.py b/src/ddns/providers.py index 41c3fa1..91e0227 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -155,7 +155,7 @@ class DDNSProtocolDynDNS2(object): """ # Information about the format of the request is to be found - # http://http://dyn.com/support/developers/api/perform-update/ + # http://dyn.com/support/developers/api/perform-update/ # http://dyn.com/support/developers/api/return-codes/ def _prepare_request_data(self): -- 2.39.2