Skip to content

Commit fd80b56

Browse files
authored
Merge pull request #385 from wordpress-mobile/issue/update-example-links
Issue/Update example links
2 parents 209ba6f + 433f6af commit fd80b56

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

app/src/main/kotlin/org/wordpress/aztec/demo/MainActivity.kt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,10 @@ class MainActivity : AppCompatActivity(),
9999
"}" +
100100
"</pre>"
101101
private val CODE = "<code>if (value == 5) printf(value)</code><br>"
102-
private val IMG = "<img src=\"https://cloud.githubusercontent.com/assets/3827611/21950131/3def4804-d9b5-11e6-88e6-d7d8864392e0.png\" />"
103-
private val EMOJI = "aaa&#x1F44D;&#x2764;ccc"
104-
102+
private val IMG = "<img src=\"https://examplebloge.files.wordpress.com/2017/02/3def4804-d9b5-11e6-88e6-d7d8864392e0.png\" />"
103+
private val EMOJI = "&#x1F44D;"
105104
private val LONG_TEXT = "<br><br>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. "
106-
107-
private val VIDEO = "<video src=\"https://www.w3schools.com/html/mov_bbb.mp4\" />"
105+
private val VIDEO = "<video src=\"https://examplebloge.files.wordpress.com/2017/06/d7d88643-88e6-d9b5-11e6-92e03def4804.mp4\" />"
108106

109107
private val EXAMPLE =
110108
IMG +

0 commit comments

Comments
 (0)