Skip to content

Commit

Permalink
Fix script blocking (iluwatar#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschis authored and iluwatar committed Feb 4, 2019
1 parent 10cb191 commit 55c7579
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion abstract-factory/etc/presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
* Source code http://java-design-patterns.com/patterns/abstract-factory/

</textarea>
<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js">
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
</script>
<script>
var slideshow = remark.create();
Expand Down
2 changes: 1 addition & 1 deletion command/etc/presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
* Source code http://java-design-patterns.com/patterns/command/

</textarea>
<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js">
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
</script>
<script>
var slideshow = remark.create();
Expand Down
2 changes: 1 addition & 1 deletion factory-method/etc/presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
* Source code http://java-design-patterns.com/patterns/factory-method/

</textarea>
<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js">
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
</script>
<script>
var slideshow = remark.create();
Expand Down

0 comments on commit 55c7579

Please sign in to comment.