Skip to content

Commit ba52ce1

Browse files
a2xchipqurbonzoda
authored andcommitted
Fixed broken links
* writing benchmarks guide
1 parent 231ce03 commit ba52ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/separate-benchmark-source-set.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Follow these steps to set up a separate source set for benchmarks:
5454
Place your benchmark code into the default source set of the benchmark compilation.
5555
The default source set can also depend on other source sets containing benchmarks.
5656
This way you can share benchmarks between multiple benchmark compilations.
57-
Refer to our [writing benchmarks guide](docs/writing-benchmarks.md) for a comprehensive guide on writing benchmarks.
57+
Refer to our [writing benchmarks guide](writing-benchmarks.md) for a comprehensive guide on writing benchmarks.
5858

5959
For additional information, refer to the [Kotlin documentation on creating a custom compilation](https://kotlinlang.org/docs/multiplatform-configure-compilations.html#create-a-custom-compilation).
6060
and the [documentation on associating compiler tasks](https://kotlinlang.org/docs/gradle-configure-project.html#associate-compiler-tasks).
@@ -107,6 +107,6 @@ Set up a separate benchmark source set by following these simple steps:
107107
4. **Add Benchmarks**
108108
109109
Place your benchmark code into the benchmark source set.
110-
Refer to our [writing benchmarks guide](docs/writing-benchmarks.md) for a comprehensive guide on writing benchmarks.
110+
Refer to our [writing benchmarks guide](writing-benchmarks.md) for a comprehensive guide on writing benchmarks.
111111
112112
[Here is a sample Kotlin/JVM project](/examples/kotlin) with custom source set for benchmarks.

0 commit comments

Comments
 (0)