From aab609104988b9d14572eb8fa1dd28a8156c0aea Mon Sep 17 00:00:00 2001 From: Jon Grimm Date: Mon, 3 Apr 2017 11:52:42 -0500 Subject: Remove (and/or fix) URL shortener references Several references that were using URL shorteners are now broken due to their service going away, making it painful to even figure out what they were supposed to be pointing at. Put back long URLS using '# noqa' to make flake8 happy. LP: #1669727 --- cloudinit/distros/parsers/hosts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cloudinit/distros/parsers/hosts.py') diff --git a/cloudinit/distros/parsers/hosts.py b/cloudinit/distros/parsers/hosts.py index 87f164be..64444581 100644 --- a/cloudinit/distros/parsers/hosts.py +++ b/cloudinit/distros/parsers/hosts.py @@ -10,8 +10,8 @@ from cloudinit.distros.parsers import chop_comment # See: man hosts -# or http://unixhelp.ed.ac.uk/CGI/man-cgi?hosts -# or http://tinyurl.com/6lmox3 +# or https://linux.die.net/man/5/hosts +# or https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-configfiles.html # noqa class HostsConf(object): def __init__(self, text): self._text = text -- cgit v1.2.3