Skip to content

Commit f10e5e4

Browse files
committed
docs: update path to native tracer
1 parent 9e4391f commit f10e5e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ just build-extension
2323

2424
This compiles the extension in release mode using Cargo. The resulting
2525
shared library is placed under
26-
`ext/native_tracer/target/release/` and is loaded by `src/native_trace.rb`.
26+
`ext/native_tracer/target/release/` and is loaded by `gems/native-tracer/lib/native_trace.rb`.
2727

2828
## Running tests
2929

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can also invoke a lightweight CLI that loads the native tracer extension
4646
directly:
4747

4848
```bash
49-
ruby src/native_trace.rb [--out-dir DIR] <path to ruby file>
49+
ruby gems/native-tracer/lib/native_trace.rb [--out-dir DIR] <path to ruby file>
5050
# Uses DIR or `$CODETRACER_RUBY_RECORDER_OUT_DIR` to choose where traces are saved.
5151
```
5252

0 commit comments

Comments
 (0)