Skip to content

Commit 7f5e469

Browse files
author
Abduqodiri Qurbonzoda
committed
Remove dangling links
1 parent ca586dc commit 7f5e469

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,12 @@ kotlinx-benchmark is a toolkit for running benchmarks for multiplatform code wri
3535

3636
<!--- END -->
3737

38-
- **Additional links**
39-
- [Code Benchmarking: A Brief Overview](docs/benchmarking-overview.md)
40-
- [Understanding Benchmark Runtime](docs/benchmark-runtime.md)
41-
- [Configuring kotlinx-benchmark](docs/configuration-options.md)
42-
- [Interpreting and Analyzing Results](docs/interpreting-results.md)
43-
- [Creating Separate Source Sets](docs/separate-source-sets.md)
44-
- [Tasks Overview](docs/tasks-overview.md)
45-
- [Compatibility Guide](docs/compatibility.md)
46-
- [Submitting issues and PRs](CONTRIBUTING.md)
38+
- **Useful guides**
39+
- [Writing Benchmarks](docs/writing-benchmarks.md)
40+
- [Configuring Benchmarks Execution](docs/configuration-options.md)
41+
- [Setting Up Kotlin/JVM and Java Projects for Benchmarking](docs/kotlin-jvm-project-setup.md)
42+
- [Setting Up a Separate Source Set for Benchmarks](docs/separate-benchmark-source-set.md)
43+
- [Overview of Tasks Provided by kotlinx-benchmark Gradle Plugin](docs/tasks-overview.md)
4744

4845
## Using in Your Projects
4946

@@ -429,7 +426,7 @@ Refer to our [comprehensive guide](docs/configuration-options.md) to learn about
429426
### Separate source sets for benchmarks
430427

431428
Often you want to have benchmarks in the same project, but separated from main code, much like tests.
432-
Refer to our [detailed documentation](docs/separate-source-sets.md) on configuring your project to add a separate source set for benchmarks.
429+
Refer to our [detailed documentation](docs/separate-benchmark-source-set.md) on configuring your project to add a separate source set for benchmarks.
433430

434431
## Examples
435432

0 commit comments

Comments
 (0)