Skip to content

Commit

Permalink
Merge pull request #4961 from runbing/patch-1
Browse files Browse the repository at this point in the history
Corrected a bad html code
  • Loading branch information
nightwing authored Oct 17, 2022
2 parents 0cdc74b + 9a6df72 commit 5e4fa13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h2>Loading Ace from a Local URL</h2>
contents of <a href="https://github.com/ajaxorg/ace/tree/master/lib/ace">lib/ace</a> folder as <code>ace</code>:
</p>
<h2>Loading Ace from a CDN</h2>
<p>The packaged version can also be loaded from CDN's such as <a href=<a href="https://www.jsdelivr.com/package/npm/ace-builds">jsDelivr</a> or <a href="http://cdnjs.com/libraries/ace/">cdnjs</a>.
<p>The packaged version can also be loaded from CDN's such as <a href="https://www.jsdelivr.com/package/npm/ace-builds">jsDelivr</a> or <a href="http://cdnjs.com/libraries/ace/">cdnjs</a>.
</p>
</div>
<div class="tab-pane fade" id="howto">
Expand Down

0 comments on commit 5e4fa13

Please sign in to comment.