File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The definition of the word exceptionless is: to be without exception. Exceptionl
1111## Show me the code!
1212
1313``` html
14- <script src =" https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/ v1.6.4/dist/exceptionless.min.js" ></script >
14+ <script src =" https://cdn.jsdelivr.net/npm/exceptionless@ v1.6.4/dist/exceptionless.min.js" ></script >
1515<script >
1616 var client = exceptionless .ExceptionlessClient .default ;
1717 client .config .apiKey = ' API_KEY_HERE' ;
@@ -51,7 +51,7 @@ Use one of the following methods to install Exceptionless.js into your browser a
5151 Add the following script to your page:
5252
5353 ``` html
54- <script src =" https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/ v1.6.4/dist/exceptionless.min.js" ></script >
54+ <script src =" https://cdn.jsdelivr.net/npm/exceptionless@ v1.6.4/dist/exceptionless.min.js" ></script >
5555 ```
5656
5757- ** Bower:**
You can’t perform that action at this time.
0 commit comments