Skip to content

Commit

Permalink
update scripts.embed.ly ref to cdn.embed.ly
Browse files Browse the repository at this point in the history
  • Loading branch information
agibson committed Mar 28, 2013
1 parent a41a5a6 commit a4eddaa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Embedly jQuery to your document.

<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
<script src="http://scripts.embed.ly/jquery.embedly-3.0.5.min.js" type="text/javascript"></script>
<script src="http://cdn.embed.ly/jquery.embedly-3.0.5.min.js" type="text/javascript"></script>
</head>


Expand Down Expand Up @@ -367,7 +367,7 @@ when everything is ready. Here is a simple example::
CDN
---
To get you going even faster, Embedly hosts all the files you need on
scripts.embed.ly. The latest version is available here::
cdn.embed.ly. Also available over HTTPS. The latest version is available here::

http://cdn.embed.ly/jquery.embedly-3.0.5.js
http://cdn.embed.ly/jquery.embedly-3.0.5.min.js
Expand Down
10 changes: 5 additions & 5 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2>Basic Setup</h2>
<pre class="prettyprint linenums">
&lt;head&gt;
&lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script src="http://scripts.embed.ly/jquery.embedly-3.0.4.min.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script src="http://cdn.embed.ly/jquery.embedly-3.0.5.min.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;/head&gt;
</pre>
<p>You can now use jQuery selectors to replace links with embedded content:</p>
Expand Down Expand Up @@ -364,10 +364,10 @@ <h2>Data / Custom Events</h2>
<div class="section" id="cdn">
<h2>CDN</h2>
<p>To get you going even faster, Embedly hosts all the files you need on
scripts.embed.ly. The latest version is available here:</p>
cdn.embed.ly. The latest version is available here:</p>
<pre class="prettyprint linenums">
http://scripts.embed.ly/jquery.embedly-3.0.4.js
http://scripts.embed.ly/jquery.embedly-3.0.4.min.js
http://cdn.embed.ly/jquery.embedly-3.0.5.js
http://cdn.embed.ly/jquery.embedly-3.0.5.min.js
</pre>
</div>
<div class="section" id="licensing">
Expand All @@ -384,7 +384,7 @@ <h2>Embedly URLs</h2>
<h2>Changelog</h2>
</div>
<div class="section" id="id6">
<h2>3.0.4</h2>
<h2>3.0.5</h2>
<ul class="simple"><li>Add extract endpoint.</li>
</ul></div>
<div class="section" id="id7">
Expand Down

0 comments on commit a4eddaa

Please sign in to comment.