diff options
| author | Maxime Lorant <maxime.lorant@gmail.com> | 2015-09-03 23:23:08 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-04 08:14:21 -0400 |
| commit | c92cd22d02349b73d169a3a2ff3b6fe7a54bfb0c (patch) | |
| tree | af2ce876b52b6663656abae97c7f1e7b90e3532b /django | |
| parent | 526a413870b9844c2279f5855ad0774edb24f971 (diff) | |
Refs #25345 -- Updated links to code.google.com.
Diffstat (limited to 'django')
| -rw-r--r-- | django/contrib/admin/static/admin/fonts/README.txt | 2 | ||||
| -rw-r--r-- | django/contrib/gis/maps/google/overlays.py | 10 | ||||
| -rw-r--r-- | django/utils/ipv6.py | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/django/contrib/admin/static/admin/fonts/README.txt b/django/contrib/admin/static/admin/fonts/README.txt index 93b476cfcb..cc2135a30a 100644 --- a/django/contrib/admin/static/admin/fonts/README.txt +++ b/django/contrib/admin/static/admin/fonts/README.txt @@ -1,2 +1,2 @@ -Roboto webfont source: https://code.google.com/p/roboto-webfont/ +Roboto webfont source: https://www.google.com/fonts/specimen/Roboto Weights used in this project: Light (300), Regular (400), Bold (700) diff --git a/django/contrib/gis/maps/google/overlays.py b/django/contrib/gis/maps/google/overlays.py index 98ad97f770..51247ea47d 100644 --- a/django/contrib/gis/maps/google/overlays.py +++ b/django/contrib/gis/maps/google/overlays.py @@ -20,7 +20,7 @@ class GEvent(object): add_event() call. For more information please see the Google Maps API Reference: - http://code.google.com/apis/maps/documentation/reference.html#GEvent + https://developers.google.com/maps/documentation/javascript/reference#event Example: @@ -84,7 +84,7 @@ class GPolygon(GOverlayBase): """ A Python wrapper for the Google GPolygon object. For more information please see the Google Maps API Reference: - http://code.google.com/apis/maps/documentation/reference.html#GPolygon + https://developers.google.com/maps/documentation/javascript/reference#Polygon """ def __init__(self, poly, stroke_color='#0000ff', stroke_weight=2, stroke_opacity=1, @@ -144,7 +144,7 @@ class GPolyline(GOverlayBase): """ A Python wrapper for the Google GPolyline object. For more information please see the Google Maps API Reference: - http://code.google.com/apis/maps/documentation/reference.html#GPolyline + https://developers.google.com/maps/documentation/javascript/reference#Polyline """ def __init__(self, geom, color='#0000ff', weight=2, opacity=1): """ @@ -195,7 +195,7 @@ class GIcon(object): in turn, correspond to a subset of the attributes of the official GIcon javascript object: - http://code.google.com/apis/maps/documentation/reference.html#GIcon + https://developers.google.com/maps/documentation/javascript/reference#Icon Because a Google map often uses several different icons, a name field has been added to the required arguments. @@ -267,7 +267,7 @@ class GMarker(GOverlayBase): """ A Python wrapper for the Google GMarker object. For more information please see the Google Maps API Reference: - http://code.google.com/apis/maps/documentation/reference.html#GMarker + https://developers.google.com/maps/documentation/javascript/reference#Marker Example: diff --git a/django/utils/ipv6.py b/django/utils/ipv6.py index ce37760fb3..a0cd606043 100644 --- a/django/utils/ipv6.py +++ b/django/utils/ipv6.py @@ -1,5 +1,5 @@ # This code was mostly based on ipaddr-py -# Copyright 2007 Google Inc. http://code.google.com/p/ipaddr-py/ +# Copyright 2007 Google Inc. https://github.com/google/ipaddr-py # Licensed under the Apache License, Version 2.0 (the "License"). from django.core.exceptions import ValidationError from django.utils.six.moves import range |
