Skip to content

Commit 1ec9f94

Browse files
committed
Suggest https for our CDN instead of protocol relative
1 parent 38cb3e9 commit 1ec9f94

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Putting it all together
167167
<body>
168168
...
169169
<script src="jquery.min.js"></script>
170-
<script src="//cdn.ravenjs.com/1.1.18/jquery,native/raven.min.js"></script>
170+
<script src="https://cdn.ravenjs.com/1.1.22/jquery,native/raven.min.js"></script>
171171
<script>
172172
Raven.config('___PUBLIC_DSN___', {
173173
logger: 'my-logger',

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ you can use our CDN:
2727

2828
.. sourcecode:: html
2929

30-
<script src="//cdn.ravenjs.com/1.1.22/raven.min.js"></script>
30+
<script src="https://cdn.ravenjs.com/1.1.22/raven.min.js"></script>
3131

3232
Configuring the Project
3333
-----------------------

docs/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ So for example:
99
.. sourcecode:: html
1010

1111
<script src="jquery.js"></script>
12-
<script src="//cdn.ravenjs.com/1.1.22/jquery,native/raven.min.js"></script>
12+
<script src="https://cdn.ravenjs.com/1.1.22/jquery,native/raven.min.js"></script>
1313
<script>Raven.config('___PUBLIC_DSN___').install();</script>
1414
<script src="app.js"></script>
1515

@@ -28,7 +28,7 @@ Our CDN distributes builds with and without :doc:`plugins <plugins>`.
2828

2929
.. sourcecode:: html
3030

31-
<script src="//cdn.ravenjs.com/1.1.22/raven.min.js"></script>
31+
<script src="https://cdn.ravenjs.com/1.1.22/raven.min.js"></script>
3232

3333
**We highly recommend trying out a plugin or two since it'll greatly
3434
improve the chances that we can collect good information.**

0 commit comments

Comments
 (0)