Skip to content

Commit 566d01c

Browse files
wldehAbduqodiri Qurbonzoda
authored andcommitted
docs: update broken hyperlinks
1 parent 1483860 commit 566d01c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.

docs/singleplatform-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Prerequisites
44

5-
Before starting, ensure your development environment meets the following [requirements](docs/compatibility.md):
5+
Before starting, ensure your development environment meets the following [requirements](compatibility.md):
66

77
- **Kotlin**: Version 1.8.20 or newer. Install Kotlin from the [official website](https://kotlinlang.org/) or a package manager like SDKMAN! or Homebrew.
88
- **Gradle**: Version 8.0 or newer. Download Gradle from the [official website](https://gradle.org/) or use a package manager.
@@ -176,10 +176,10 @@ This command instructs Gradle to execute the `benchmark` task, which in turn run
176176

177177
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.
178178

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

181181
### Step 5: Analyze the Results
182182

183-
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).
183+
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).
184184

185185
Congratulations! You have successfully set up a Kotlin/JVM benchmark project using kotlinx-benchmark.

0 commit comments

Comments
 (0)