File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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
3232Configuring the Project
3333-----------------------
Original file line number Diff line number Diff 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
3434improve the chances that we can collect good information. **
You can’t perform that action at this time.
0 commit comments