diff options
| author | Scott Main <smain@google.com> | 2012-08-14 11:44:09 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2012-08-14 11:44:09 -0700 |
| commit | d632b43fab0fe7bef1aaf5b8e21b4b239eb38ef5 (patch) | |
| tree | 4d48f3f8c84f023337204f02f7a62ce9be9ae1f2 /docs/html/design/style | |
| parent | 116748d0d16f8e747fdfdaf2326d9a58bb2317d5 (diff) | |
| download | frameworks_base-d632b43fab0fe7bef1aaf5b8e21b4b239eb38ef5.zip frameworks_base-d632b43fab0fe7bef1aaf5b8e21b4b239eb38ef5.tar.gz frameworks_base-d632b43fab0fe7bef1aaf5b8e21b4b239eb38ef5.tar.bz2 | |
docs: change download URLs for design assets.
These new URLs are dummies that are handled by a redirect rule for
all /downloads/... paths, that points to http://commondatastorage.googleapis.com/androiddevelopers/
Using this redirect allows us to change the storage location of the download assets in the future.
Change-Id: I0dc6ecc1a6898f1256ba4c9ff90b619366e47629
Diffstat (limited to 'docs/html/design/style')
| -rw-r--r-- | docs/html/design/style/color.jd | 2 | ||||
| -rw-r--r-- | docs/html/design/style/iconography.jd | 2 | ||||
| -rw-r--r-- | docs/html/design/style/typography.jd | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/design/style/color.jd b/docs/html/design/style/color.jd index 9c7b6b6..5be34ac 100644 --- a/docs/html/design/style/color.jd +++ b/docs/html/design/style/color.jd @@ -115,7 +115,7 @@ between visual components. Note that red and green may be indistinguishable to c <p>Blue is the standard accent color in Android's color palette. Each color has a corresponding darker shade that can be used as a complement when needed.</p> -<p><a href="https://dl-ssl.google.com/android/design/Android_Design_Color_Swatches_20120229.zip">Download the swatches</a></p> +<p><a href="{@docRoot}downloads/design/Android_Design_Color_Swatches_20120229.zip">Download the swatches</a></p> <img src="{@docRoot}design/media/color_spectrum.png"> diff --git a/docs/html/design/style/iconography.jd b/docs/html/design/style/iconography.jd index 775e45d..31274c5 100644 --- a/docs/html/design/style/iconography.jd +++ b/docs/html/design/style/iconography.jd @@ -110,7 +110,7 @@ files for further customization. </p> <p> -<a href="https://dl-ssl.google.com/android/design/Android_Design_Icons_20120229.zip">Download the Action Bar Icon Pack</a> +<a href="{@docRoot}downloads/design/Android_Design_Icons_20120229.zip">Download the Action Bar Icon Pack</a> </p> diff --git a/docs/html/design/style/typography.jd b/docs/html/design/style/typography.jd index db2fb5f..a699bed 100644 --- a/docs/html/design/style/typography.jd +++ b/docs/html/design/style/typography.jd @@ -18,8 +18,8 @@ italic weights by default.</p> <img src="{@docRoot}design/media/typography_alphas.png"> -<p><a href="https://dl-ssl.google.com/android/design/Roboto_Hinted_20111129.zip">Download Roboto</a></p> -<p><a href="https://dl-ssl.google.com/android/design/Roboto_Specimen_Book_20111129.pdf">Specimen Book</a></p> +<p><a href="{@docRoot}downloads/design/Roboto_Hinted_20111129.zip">Download Roboto</a></p> +<p><a href="{@docRoot}downloads/design/Roboto_Specimen_Book_20111129.pdf">Specimen Book</a></p> </div> </div> |
