Skip to content

Commit

Permalink
Fix rangy demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Jan 19, 2017
1 parent 387db4c commit 680aa57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demo/button-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ <h2>Font Awesome</h2>
</div>
<p style="text-align: center;"><small><a style="color: #333;" target="_blank" href="http://www.goodreads.com/reader/475-great-expectations">Source</a></small></p>
<script src="../dist/js/medium-editor.js"></script>
<script src="https://cdn.lukej.me/rangy/1.2.3/rangy-core.js"></script>
<script src="https://cdn.lukej.me/rangy/1.2.3/rangy-cssclassapplier.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/rangy/1.3.0/rangy-core.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/rangy/1.3.0/rangy-classapplier.min.js"></script>

<script>
rangy.init();
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1>Medium Editor</h1>
<a href="./relative-toolbar.html">Relative Toolbar</a> &#8226;
<a href="./static-toolbar.html">Static Toolbar</a> &#8226;
<a href="./table-extension.html">Table Extension</a> &#8226;
<a href="./textarea.html">Textarea</a> &#8226;
<a href="./textarea.html">Textarea</a>
</div>
<div class="editable">
<p>My father’s family name being <a href="https://en.wikipedia.org/wiki/Pip_(Great_Expectations)">Pirrip</a>, and my Christian name Philip, my infant tongue could make of both names nothing longer or more explicit than Pip. So, I called myself Pip, and came to be called Pip.</p>
Expand Down

0 comments on commit 680aa57

Please sign in to comment.