From 1b6d1624005321ecada077f58bd0948f28f58820 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 2 Dec 2016 11:21:07 -0800 Subject: Replace an expired bit.ly link in code comment. The bit.ly link seems to have expired. Replace it with link to 'latest' version of EC2 docs. --- cloudinit/ec2_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudinit/ec2_utils.py b/cloudinit/ec2_utils.py index 76dda042..eb1b997f 100644 --- a/cloudinit/ec2_utils.py +++ b/cloudinit/ec2_utils.py @@ -57,8 +57,8 @@ class MetadataLeafDecoder(object): return blob -# See: http://bit.ly/TyoUQs -# +# See: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ +# ec2-instance-metadata.html class MetadataMaterializer(object): def __init__(self, blob, base_url, caller, leaf_decoder=None): self._blob = blob -- cgit v1.2.3