Skip to content

Commit e3a02b6

Browse files
fix readme file links
1 parent e380043 commit e3a02b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

profiling/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img align="right" style="margin-left:10px" src="profiling_bits_211220.png" alt="profiling bits php" width="200px"/>
44

55
The profiler is implemented in Rust. To see the currently required Rust
6-
version, refer to the [rust-toolchain](rust-toolchain) file. The profiler
6+
version, refer to the [rust-toolchain.toml](rust-toolchain.toml) file. The profiler
77
requires PHP 7.1+, and does not support debug builds.
88

99
## Time Profiling
@@ -88,7 +88,7 @@ behind a feature flag.
8888
#### ld: symbol(s) not found for architecture arm64
8989

9090
If your linker is not finding certain symbols, you might be missing your
91-
architecture in the [.cargo/config](.cargo/config) file. You should be able to
91+
architecture in the [.cargo/config.toml](.cargo/config.toml) file. You should be able to
9292
fix this problem by adding your target as shown by `rustc -vV`.
9393

9494
#### Can't find `libdatadog_php_profiling.so` on MacOS

0 commit comments

Comments
 (0)