Skip to content

Commit fad79b5

Browse files
author
Abduqodiri Qurbonzoda
committed
docs: update broken hyperlinks
1 parent 96207bc commit fad79b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ This guide provides you with information on the compatibility of different versi
1818

1919
*Note: "Minimum Required" implies that any higher version than the one mentioned will also be compatible.*
2020

21-
For more details about the changes, improvements, and updates in each `kotlinx-benchmark` version, please refer to the [RELEASE NOTES](https://github.com/Kotlin/kotlinx-benchmark/releases) and [CHANGELOG](#).
21+
For more details about the changes, improvements, and updates in each `kotlinx-benchmark` version, please refer to the [RELEASE NOTES](https://github.com/Kotlin/kotlinx-benchmark/releases) and [CHANGELOG](../CHANGELOG.md).

docs/multiplatform-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,10 @@ This command instructs Gradle to execute the `benchmark` task, which in turn run
232232

233233
The execution of your benchmarks might take some time. This is normal and necessary: benchmarks must be run for a sufficient length of time to produce reliable, statistically significant results.
234234

235-
For more details regarding the available Gradle tasks, refer to this [document](docs/tasks-overview.md).
235+
For more details regarding the available Gradle tasks, refer to this [document](tasks-overview.md).
236236

237237
### Step 5: Analyze the Results
238238

239-
To fully understand and make the best use of these results, it's important to know how to interpret and analyze them properly. For a comprehensive guide on interpreting and analyzing benchmarking results, please refer to this dedicated document: [Interpreting and Analyzing Results](docs/interpreting-results.md).
239+
To fully understand and make the best use of these results, it's important to know how to interpret and analyze them properly. For a comprehensive guide on interpreting and analyzing benchmarking results, please refer to this dedicated document: [Interpreting and Analyzing Results](interpreting-results.md).
240240

241241
Congratulations! You have successfully set up a Kotlin Multiplatform benchmark project using kotlinx-benchmark.

0 commit comments

Comments
 (0)