Skip to content

Commit f0f934b

Browse files
author
smellai
committed
fixed asciidoc template dictionary
1 parent fccf976 commit f0f934b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

AsciiDoc_sample/AsciiDoc_Dictionary/AsciiDoc_Template-Dictionary.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ for (int 1; i<=99; i++) {
144144

145145
This is a block image with a URL
146146
[%hardbreaks]
147-
image::http://store.arduino.cc/bmz_cache/b/babe9d3f8563ea2f170dd55539f06310.image.538x354.jpg[]
147+
image::https://store-cdn.arduino.cc/uni/catalog/product/cache/1/image/1040x660/604a3538c15e081937dbfbd20aa60aad/A/0/A000066_featured_2.jpg[]
148148

149149

150150
This is an image saved in the attachments folder with a caption
151151
[%hardbreaks]
152-
image::attachments/ArduinoUno_R3_Front_450px.jpg[caption="", title="A beautiful Arduino UNO"]
152+
image::../attachments/ArduinoUno_R3_Front_450px.jpg[caption="", title="A beautiful Arduino UNO"]
153153

154154

155155
'''
@@ -158,23 +158,23 @@ image::attachments/ArduinoUno_R3_Front_450px.jpg[caption="", title="A beautiful
158158

159159
This is a pretty embed of code from Gist
160160
++++
161-
<script src="http://gist.github.com/mojavelinux/5333524.js">
161+
<script src="https://gist.github.com/mojavelinux/5333524.js">
162162
</script>
163163
++++
164164

165165
{empty} +
166166

167167
And this is another of a video from YouTube
168168
++++
169-
<iframe width="100%" height="315" src="http://www.youtube-nocookie.com/embed/UoBUXOOdLXY?rel=0&amp;controls=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
169+
<iframe width="100%" height="315" src="https://www.youtube.com/watch?v=6cRFf4qkcTw?rel=0&amp;controls=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
170170
++++
171171
// HINT: Please remember to set the iframe width to 100% to have the video responsive on all our platforms
172172

173173
{empty} +
174174

175175
And here some slides from Sideshare, yay!
176176
++++
177-
<iframe src="http://www.slideshare.net/slideshow/embed_code/4430242" width="100%" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="//www.slideshare.net/damellis/introduction-to-arduino-4430242" title="Introduction to Arduino" target="_blank">Introduction to Arduino</a> </strong> from <strong><a href="//www.slideshare.net/damellis" target="_blank">David Mellis</a></strong> </div>
177+
<iframe src="https://www.slideshare.net/slideshow/embed_code/4430242" width="100%" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="//www.slideshare.net/damellis/introduction-to-arduino-4430242" title="Introduction to Arduino" target="_blank">Introduction to Arduino</a> </strong> from <strong><a href="//www.slideshare.net/damellis" target="_blank">David Mellis</a></strong> </div>
178178
++++
179179
// HINT: Please remember to set the iframe width to 100% to have the slide show responsive on all our platforms
180180

0 commit comments

Comments
 (0)