Skip to content

Commit 5d98a4c

Browse files
authored
docs: Fix paths in readme to point to proper files (#11364)
This was noticed here: #11337 (comment), when viewed on e.g. npmjs.org the relative links to do not work, so we should have full URLs only in the readme files. It would be _nicer_ if we could replace this with a proper full URL at release time to point to the correct version of the file, but that's more work and probably not worth it...
1 parent 0889751 commit 5d98a4c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/node/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Sentry.init({
3535

3636
Note that it is necessary to initialize Sentry **before you import any package that may be instrumented by us**.
3737

38-
[More information on how to set up Sentry for Node in v8.](./../../docs/v8-node.md)
38+
[More information on how to set up Sentry for Node in v8.](https://github.com/getsentry/sentry-javascript/blob/develop/docs/v8-node.md)
3939

4040
### ESM Support
4141

packages/opentelemetry/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ function setupSentry() {
8686
}
8787
```
8888

89-
A full setup example can be found in [node-experimental](./../node-experimental).
89+
A full setup example can be found in
90+
[node-experimental](https://github.com/getsentry/sentry-javascript/blob/develop/packages/node-experimental).
9091

9192
## Links
9293

0 commit comments

Comments
 (0)