From cdf5106aafb77d17584d5401b207cbcc7a20f5f3 Mon Sep 17 00:00:00 2001
From: Scott Main <smain@google.com>
Date: Tue, 8 Jan 2013 20:03:05 -0800
Subject: docs: a few doc bugs

Change-Id: I20d2ff2f3abfe674ca20f713c7213ee031c9bb1d
---
 docs/html/distribute/googleplay/promote/badges.jd | 4 ++--
 docs/html/training/sharing/send.jd                | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'docs')

diff --git a/docs/html/distribute/googleplay/promote/badges.jd b/docs/html/distribute/googleplay/promote/badges.jd
index c084e2c..0027f59 100644
--- a/docs/html/distribute/googleplay/promote/badges.jd
+++ b/docs/html/distribute/googleplay/promote/badges.jd
@@ -61,7 +61,7 @@ var APP_LANGS = ['it','pt-br','pt-pt','nl','ko','ja','fr','es','es-419','en','de
 
 // variables for creating 'try it out' demo button
 var imagePath = "https://developer.android.com/images/brand/"
-var linkStart = "<a href=\"http://play.google.com/store/";
+var linkStart = "<a href=\"https://play.google.com/store/";
 var imageStart = "\">\n"
         + "  <img alt=\"";
   // leaves opening for the alt text value
@@ -70,7 +70,7 @@ var imageSrc = "\"\n       src=\"" + imagePath;
 var imageEnd = ".png\" />\n</a>";
 
 // variables for creating code snippet
-var linkStartCode = "&lt;a href=\"http://play.google.com/store/";
+var linkStartCode = "&lt;a href=\"https://play.google.com/store/";
 var imageStartCode = "\"&gt;\n"
         + "  &lt;img alt=\"";
   // leaves opening for the alt text value
diff --git a/docs/html/training/sharing/send.jd b/docs/html/training/sharing/send.jd
index 15b38e5..9cb8eac 100644
--- a/docs/html/training/sharing/send.jd
+++ b/docs/html/training/sharing/send.jd
@@ -95,7 +95,7 @@ Intent sendIntent = new Intent();
 sendIntent.setAction(Intent.ACTION_SEND);
 sendIntent.putExtra(Intent.EXTRA_TEXT, &quot;This is my text to send.&quot;);
 sendIntent.setType(&quot;text/plain&quot;);
-startActivity(<strong>Intent.createChooser(sendIntent, getResources().getText(R.string.send_to)</strong>);
+startActivity(<strong>Intent.createChooser(sendIntent, getResources().getText(R.string.send_to))</strong>);
 </pre>
 
 <p>The resulting dialog is shown in figure 1.</p>
-- 
cgit v1.1