Skip to content

Commit 741cdeb

Browse files
authored
Replace RawGit by jsDelivr
1 parent 3a40f58 commit 741cdeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add this line in your HTML code, before `</head>` and replace `<my-api-key>` and
3232

3333
```HTML
3434
<!-- Warning: This is an experimental library, do not use it on production environments -->
35-
<script defer src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.4.0/dist/stackdriver-errors-concat.min.js"></script>
35+
<script defer src="https://cdn.jsdelivr.net/gh/GoogleCloudPlatform/stackdriver-errors-js@v0.4.0/dist/stackdriver-errors-concat.min.js"></script>
3636
<script type="text/javascript">
3737
window.addEventListener('DOMContentLoaded', function() {
3838
var errorHandler = new StackdriverErrorReporter();

0 commit comments

Comments
 (0)