Skip to content

Commit 6b547f1

Browse files
committed
Fix broken link in code coverage docs
Signed-off-by: Sarad <[email protected]>
1 parent b4a4fac commit 6b547f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ absolute paths to sources so Xcode can map them correctly.
132132

133133
By default, code coverage is **disabled** for test actions of schemes. You can
134134
enable code coverage in Xcode by setting `code_coverage = True` on an
135-
[`xcschemes.test_options`](/doc/bazel.md#xcschemes.test_options-code_coverage)
135+
[`xcschemes.test_options`](bazel.md#xcschemes.test_options-code_coverage)
136136
declaration, or by enabling the "Gather coverage data" option in the scheme editor.
137137

138138
> [!WARNING]

0 commit comments

Comments
 (0)