Skip to content

Commit 53d090a

Browse files
Fix documentation.md
1 parent f457e7f commit 53d090a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/articles/contributing/documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ BenchmarkDotNet uses [DocFX](https://dotnet.github.io/docfx/) as a documentation
88
[cross references](https://dotnet.github.io/docfx/tutorial/links_and_cross_references.html#different-syntax-of-cross-reference) by
99
[UID](https://dotnet.github.io/docfx/tutorial/links_and_cross_references.html#define-uid).
1010
For example,
11-
`[OutlierMode](xref:BenchmarkDotNet.Mathematics.OutlierMode)` and
12-
`@BenchmarkDotNet.Mathematics.OutlierMode`
11+
`[SimpleJobAttribute](xref:BenchmarkDotNet.Attributes.SimpleJobAttribute)` and
12+
`@BenchmarkDotNet.Attributes.SimpleJobAttribute`
1313
will be transformed to
14-
[OutlierMode](xref:BenchmarkDotNet.Mathematics.OutlierMode).
14+
[SimpleJobAttribute](xref:BenchmarkDotNet.Attributes.SimpleJobAttribute).
1515

1616
## Notes
1717

0 commit comments

Comments
 (0)