Skip to content

Commit 46b8793

Browse files
authored
Merge pull request creativecommons#300 from creativecommons/fix_mixed_content_errors
Fix mixed content error
2 parents 3d2a97f + 3b4cb3c commit 46b8793

File tree

2 files changed

+2
-2
lines changed
  • content
    • archives/old-tech-blog/entries/the-easiest-way-yet-to-integrate-cc-licensing
    • blog/entries/2019-09-11-google-docs-plugin

2 files changed

+2
-2
lines changed

content/archives/old-tech-blog/entries/the-easiest-way-yet-to-integrate-cc-licensing/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99

1010
I've been working for the past week or so on a JavaScript licensing widget that has been [suggested on our wiki](http://wiki.creativecommons.org/JsWidget). It's a new way to integrate CC licensing into your web application. It's really as easy as pie: Just add the following tag somewhere in the body:
1111

12-
> <script src="http://api.creativecommons.org/jswidget/tags/0.1/complete.js" />
12+
> <script src="https://api.creativecommons.org/jswidget/tags/0.1/complete.js" />
1313
1414
and a CC licensing widget will appear. Your web application can then use
1515
regular DOM queries to determine the user's choice.

content/blog/entries/2019-09-11-google-docs-plugin/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ I hope in the future to use an API call to support different languages, and perh
5151
[A video tutorial is available here](https://youtu.be/sQZFlNXEVZ4) or by clicking on the image below.
5252

5353
<a href="http://www.youtube.com/watch?feature=player_embedded&v=sQZFlNXEVZ4
54-
" target="_blank"><img src="http://img.youtube.com/vi/sQZFlNXEVZ4/0.jpg"
54+
" target="_blank"><img src="https://img.youtube.com/vi/sQZFlNXEVZ4/0.jpg"
5555
alt="Video tutorial" border="10" /></a>
5656

5757
---

0 commit comments

Comments
 (0)