Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 89d94b1

Browse files
committedApr 20, 2019
feat(docs): suggest jsDelivr for CDN
1 parent 43bf3bf commit 89d94b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Refer to the [Getting Started Guide](https://frowcss.com/getting-started.html) f
2626
<meta charset="utf-8">
2727
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2828
<title>Frow Project</title>
29-
<link rel="stylesheet" href="https://cdn.rawgit.com/Beg-in/frow/[X.Y.Z VERSION HERE]/dist/frow.min.css">
29+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/frow@3/dist/frow.min.css">
3030
...
3131
</head>
3232
...

‎docs/getting-started.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ <h5>
174174
<p class="bottom-margin">Download a Frow .zip via <a href="https://github.com/Beg-in/frow/releases/latest" title="Frow Latest Release" target="_blank" rel="noopener">GitHub</a>, then place the unzipped folder inside of your project's folder.</p>
175175
</span>
176176
<span class="section-cdn section-install letsGo-hide">
177-
<p class="bottom-margin">No need to download anything, a CDN for Frow is provided via <a href="https://rawgit.com/" target="_blank" rel="noopener">RawGit</a>. However, as a free service, there are no uptime guarantees.</p>
177+
<p class="bottom-margin">No need to download anything, a CDN for Frow is provided via <a href="https://www.jsdelivr.com/" target="_blank" rel="noopener">jsDelivr</a>. However, as a free service, there are no uptime guarantees.</p>
178178
</span>
179179
<h5>
180180
2. Include HTML5 doctype and add mobile viewport meta tag
@@ -248,13 +248,13 @@ <h5>
248248
<!-- --> &lt;meta charset="utf-8"&gt;
249249
<!-- --> &lt;meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"&gt;
250250
<!-- --> &lt;title&gt;Frow Project&lt;/title&gt;
251-
<!-- --> &lt;link rel="stylesheet" href="https://cdn.rawgit.com/Beg-in/frow/[X.Y.Z VERSION HERE]/dist/frow.min.css"&gt;
251+
<!-- --> &lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/frow@3/dist/frow.min.css"&gt;
252252
<!-- --> ...
253253
<!-- --> &lt;/head&gt;
254254
<!-- --> ...
255255
<!-- -->&lt;/html&gt;
256256
<!-- --></pre>
257-
<p><strong>Important Note:</strong> Make sure you replace the [X.Y.Z VERSION HERE] with the version you want to use (remove the brackets too). A list of all releases is available on <a href="https://github.com/Beg-in/frow/releases" title="Frow Releases" target="_blank" rel="noopener">GitHub</a>.</p>
257+
<p><strong>Important Note:</strong> If you need a specific version of Frow, a list of all releases is available on <a href="https://github.com/Beg-in/frow/releases" title="Frow Releases" target="_blank" rel="noopener">GitHub</a>.</p>
258258
</span>
259259
</div>
260260
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.