Skip to content

Commit 55c7579

Browse files
Tschisiluwatar
authored andcommitted
Fix script blocking (iluwatar#843)
1 parent 10cb191 commit 55c7579

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

abstract-factory/etc/presentation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
* Source code http://java-design-patterns.com/patterns/abstract-factory/
182182

183183
</textarea>
184-
<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js">
184+
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
185185
</script>
186186
<script>
187187
var slideshow = remark.create();

command/etc/presentation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
* Source code http://java-design-patterns.com/patterns/command/
235235

236236
</textarea>
237-
<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js">
237+
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
238238
</script>
239239
<script>
240240
var slideshow = remark.create();

factory-method/etc/presentation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
* Source code http://java-design-patterns.com/patterns/factory-method/
177177

178178
</textarea>
179-
<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js">
179+
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
180180
</script>
181181
<script>
182182
var slideshow = remark.create();

0 commit comments

Comments
 (0)