Skip to content

Commit 91ccce0

Browse files
authored
Merge pull request #224 from JuliaCI/vchuravy-patch-1
Update README.md
2 parents 04954e2 + becbfca commit 91ccce0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ pkg> add BenchmarkTools
3030

3131
## Documentation
3232

33-
If you're just getting started, check out the [manual](docs/src/manual.md) for a thorough explanation of BenchmarkTools.
33+
If you're just getting started, check out the [manual](https://juliaci.github.io/BenchmarkTools.jl/dev/manual/) for a thorough explanation of BenchmarkTools.
3434

35-
If you want to explore the BenchmarkTools API, see the [reference document](docs/src/reference.md).
35+
If you want to explore the BenchmarkTools API, see the [reference document](https://juliaci.github.io/BenchmarkTools.jl/dev/reference/).
3636

3737
If you want a short example of a toy benchmark suite, see the sample file in this repo ([benchmark/benchmarks.jl](benchmark/benchmarks.jl)).
3838

3939
If you want an extensive example of a benchmark suite being used in the real world, you can look at the source code of [BaseBenchmarks.jl](https://github.com/JuliaCI/BaseBenchmarks.jl/tree/nanosoldier).
4040

41-
If you're benchmarking on Linux, I wrote up a series of [tips and tricks](https://github.com/JuliaCI/BenchmarkTools.jl/blob/master/doc/linuxtips.md) to help eliminate noise during performance tests.
41+
If you're benchmarking on Linux, I wrote up a series of [tips and tricks](https://juliaci.github.io/BenchmarkTools.jl/dev/linuxtips/) to help eliminate noise during performance tests.
4242

4343
## Quick Start
4444

0 commit comments

Comments
 (0)