File tree Expand file tree Collapse file tree
server/documents/introduction Expand file tree Collapse file tree Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments