Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 201805a4 authored by Scott Rowe's avatar Scott Rowe Committed by android-build-merger
Browse files

am 8d262c3a: am 20ee9f12: am de740985: am aa275bf9: Merge "docs: b/15180738 -...

am 8d262c3a: am 20ee9f12: am de740985: am aa275bf9: Merge "docs: b/15180738 - invalid urls in badge generator" into lmp-docs
automerge: 4e439d03

* commit '4e439d03':
  docs: b/15180738 - invalid urls in badge generator
parents e05fb136 4e439d03
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ div.button-row input {
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 = "{@docRoot}images/brand/"
var imagePath = "https://developer.android.com/images/brand/"
var linkStart = "<a href=\"https://play.google.com/store/";
var imageStart = "\">\n"
        + "  <img alt=\"";
@@ -356,7 +356,7 @@ alt="Get it on Google Play (large)" /></label>
style="font-family:monospace;background-color:#efefef;padding:5px;display:none;margin-bottom:1em">
  </textarea >

<p>Try it out:</p>
<p>Test your badge:</p>
<div id="button-preview" style="margin-top:1em"></div>
</div>