Skip to content

Commit d2d9e43

Browse files
committed
docs: Fix dead repo links
1 parent cb00ffd commit d2d9e43

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ Or you can place those two things in a separate script tags. This will queue all
123123
Be aware however, that there are some trade-offs to this solution, as errors might provide less information due to them being "retriggered" instead of being caught from the original source.
124124

125125
NOTE: This won't work when opening ``index.html`` or any other html file from the file system, as it doesn't support anonymous cross-origin scripts.
126-
The same thing can happen for any cross-origin scripts as well. To read more about it, see `What the heck is "Script error"?<https://blog.sentry.io/2016/05/17/what-is-script-error>`_.
126+
The same thing can happen for any cross-origin scripts as well. To read more about it, see `What the heck is Script error?<https://blog.sentry.io/2016/05/17/what-is-script-error>`_.
127127

128-
To read un-minified source code for this loader, see `loader.js<https://github.com/getsentry/raven-js/blob/master/src/loader.js>`_
128+
To read un-minified source code for this loader, see `loader.js<https://github.com/getsentry/raven-js/blob/master/packages/raven-js/src/loader.js>`_
129129

130130
Requirements
131131
~~~~~~~~~~~~

docs/integrations/angular.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TypeScript Support
1111
------------------
1212

1313
Raven.js ships with a `TypeScript declaration file
14-
<https://github.com/getsentry/raven-js/blob/master/typescript/raven.d.ts>`_, which helps static checking correctness of
14+
<https://github.com/getsentry/raven-js/blob/master/packages/raven-js/typescript/raven.d.ts>`_, which helps static checking correctness of
1515
Raven.js API calls, and facilitates auto-complete in TypeScript-aware IDEs like Visual Studio Code.
1616

1717

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Raven and Sentry support `Source Maps
294294

295295
We have provided some instructions to creating Source Maps over at
296296
https://docs.sentry.io/hosted/clients/javascript/sourcemaps/. Also, checkout our `Gruntfile
297-
<https://github.com/getsentry/raven-js/blob/master/Gruntfile.js>`_ for a
297+
<https://github.com/getsentry/raven-js/blob/master/packages/raven-js/Gruntfile.js>`_ for a
298298
good example of what we're doing.
299299

300300
You can use `Source Map Validator

0 commit comments

Comments
 (0)