Skip to content

Commit a45ca90

Browse files
committed
meta: Fix links
1 parent d36843f commit a45ca90

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ You can run all test at once by calling `yarn lint` in the project root or in in
5555
## Contributing Back Code
5656

5757
Please, send over suggestions and bug fixes in the form of pull requests on
58-
[`TypeScript`](https://github.com/getsentry/sentry-javascript). Any nontrivial fixes/features should include tests. Do
59-
not bump version numbers yourself. For new features and improvements consider contributing to our new SDKs instead,
58+
[`GitHub`](https://github.com/getsentry/sentry-javascript). Any nontrivial fixes/features should include tests. Do not
59+
bump version numbers yourself. For new features and improvements consider contributing to our new SDKs instead,
6060
`raven-js` and `raven-node` will still be supported but are in maintenance mode and will only receive bug fixes.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ backwards compatibility from time to time.
1515

1616
## Contents
1717

18-
- [Contributing](https://github.com/getsentry/sentry-javascript/blob/master/README.md)
18+
- [Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md)
1919
- [Supported Platforms](#supported-platforms)
2020
- [Installation and Usage](#installation-and-usage)
2121
- [Other Packages](#other-packages)
@@ -36,9 +36,9 @@ package. Please refer to the README and instructions of those SDKs for more deta
3636
- [`@sentry/electron`](https://github.com/getsentry/sentry-electron): SDK for Electron with support for native crashes
3737
- [`sentry-cordova`](https://github.com/getsentry/sentry-cordova): SDK for Cordova Apps and Ionic with support for
3838
native crashes
39-
- [`raven-js`](https://github.com/getsentry/raven-js/tree/master/packages/raven-js): Our old stable Javascript SDK, we still
40-
support and release bug fixes for the SDK but all new features will be implemented in `@sentry/browser` which is the
41-
successor.
39+
- [`raven-js`](https://github.com/getsentry/raven-js/tree/master/packages/raven-js): Our old stable Javascript SDK, we
40+
still support and release bug fixes for the SDK but all new features will be implemented in `@sentry/browser` which is
41+
the successor.
4242
- [`raven`](https://github.com/getsentry/raven-js/tree/master/packages/raven-node): Our old stable Node SDK, same as for
4343
`raven-js` we still support and release bug fixes for the SDK but all new features will be implemented in
4444
`@sentry/node` which is the successor.

0 commit comments

Comments
 (0)