diff --git a/src/pages/tools/clang-flags/flags/flag-2d44.mdx b/src/pages/tools/clang-flags/flags/flag-2d44.mdx
index 6052478f..b37bc30b 100644
--- a/src/pages/tools/clang-flags/flags/flag-2d44.mdx
+++ b/src/pages/tools/clang-flags/flags/flag-2d44.mdx
@@ -51,7 +51,7 @@ This option does not repair invalid source, undefined behavior, data races, or a
## Performance impact
-The qualitative impact depends on the target and workload. No performance numbers are included because no controlled CompilerSutra Perf run was performed for this flag.
+The qualitative impact depends on the target and workload. No performance numbers are included because no controlled CompilerSutraPerf run was performed for this flag.
## Compatibility
diff --git a/src/pages/tools/clang-flags/flags/flag-2d49.mdx b/src/pages/tools/clang-flags/flags/flag-2d49.mdx
index e4b66b51..b621f656 100644
--- a/src/pages/tools/clang-flags/flags/flag-2d49.mdx
+++ b/src/pages/tools/clang-flags/flags/flag-2d49.mdx
@@ -51,7 +51,7 @@ This option does not repair invalid source, undefined behavior, data races, or a
## Performance impact
-The qualitative impact depends on the target and workload. No performance numbers are included because no controlled CompilerSutra Perf run was performed for this flag.
+The qualitative impact depends on the target and workload. No performance numbers are included because no controlled CompilerSutraPerf run was performed for this flag.
## Compatibility
diff --git a/src/pages/tools/clang-flags/flags/flag-2d4f.mdx b/src/pages/tools/clang-flags/flags/flag-2d4f.mdx
index cd438be2..ca170d7f 100644
--- a/src/pages/tools/clang-flags/flags/flag-2d4f.mdx
+++ b/src/pages/tools/clang-flags/flags/flag-2d4f.mdx
@@ -133,7 +133,7 @@ Do not choose `-O3` or `-Ofast` because the number is larger. Benchmark represen
## Performance impact
-Higher levels generally cost more compile time. Runtime effects depend on hot loops, inlining, target ISA, code size, and the workload. This page omits `PerfReport` because no controlled CompilerSutra Perf matrix was actually run for this flag.
+Higher levels generally cost more compile time. Runtime effects depend on hot loops, inlining, target ISA, code size, and the workload. This page omits `PerfReport` because no controlled CompilerSutraPerf matrix was actually run for this flag.
## Compatibility
diff --git a/src/pages/tools/clang-flags/flags/flag-2d4f32.mdx b/src/pages/tools/clang-flags/flags/flag-2d4f32.mdx
index 33382497..7c2da16e 100644
--- a/src/pages/tools/clang-flags/flags/flag-2d4f32.mdx
+++ b/src/pages/tools/clang-flags/flags/flag-2d4f32.mdx
@@ -82,7 +82,7 @@ This option does not repair invalid source, undefined behavior, data races, or a
## Performance impact
-The following measurements were produced with [CompilerSutra Perf](https://pypi.org/project/compilersutra-perf/) on the prefix_sum.cpp workload using Ubuntu clang 18.1.3, x86_64-pc-linux-gnu, CPU affinity 0, one warmup run, five measured trials, with profiling disabled:
+The following measurements were produced with [CompilerSutraPerf](/docs/project/compilersutra-perf/) ([PyPI](https://pypi.org/project/compilersutra-perf/)) on the prefix_sum.cpp workload using Ubuntu clang 18.1.3, x86_64-pc-linux-gnu, CPU affinity 0, one warmup run, five measured trials, with profiling disabled:
Experiments