Skip to content

Commit 542b865

Browse files
authored
Merge pull request #189 from ikourfaln/master
Fix CDNs
2 parents c314f1f + 0389c69 commit 542b865

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

server/documents/introduction/advanced-usage.html.eco

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,14 @@ type : 'Introduction'
105105

106106
<div class="no example">
107107
<h4>CDN Releases</h4>
108-
<p>Individual components are available on <a href="http://osscdn.com/#/semantic-ui">OSS CDN</a></p>
108+
<p>Individual components are available on <a href="https://www.jsdelivr.com/projects/semantic-ui">jsDelivr</a></p>
109109
<div class="code">
110-
<link rel="stylesheet" type="text/css" class="ui" href="//oss.maxcdn.com/semantic-ui/<%= @getVersion() %>/components/component-name.min.css">
110+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/semantic-ui/<%= @getVersion() %>/semantic.min.css" integrity="sha256-pPbI0vDzgZ7JRdi3J6zdmBRMfDircVPDpH+sPWdf8nY=" crossorigin="anonymous">
111111
</div>
112-
<a class="ui button" href="http://osscdn.com/#/semantic-ui" target="_blank">View All CDN Files</a>
112+
<div class="code">
113+
<script src="https://cdn.jsdelivr.net/semantic-ui/<%= @getVersion() %>/semantic.min.js" integrity="sha256-V9KQx5JePXsTb/xam4ALIhrJmnnujI6r4W1CZjqvzH4=" crossorigin="anonymous"></script>
114+
</div>
115+
<a class="ui button" href="https://www.jsdelivr.com/projects/semantic-ui" target="_blank">View All CDN Files</a>
113116
</div>
114117

115118
<div class="no example">

0 commit comments

Comments
 (0)