Skip to content

Commit 4a00cb3

Browse files
authored
Fix link to manual and reference.md (#216)
* Fix link to manual * Fix link to reference.md (not sure how useful this is, because the page appears to be an autogen stub, but currently the link is 404)
1 parent 134675b commit 4a00cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

3131
## Documentation
3232

33-
If you're just getting started, check out the [manual](doc/manual.md) for a thorough explanation of BenchmarkTools.
33+
If you're just getting started, check out the [manual](docs/src/manual.md) for a thorough explanation of BenchmarkTools.
3434

35-
If you want to explore the BenchmarkTools API, see the [reference document](doc/reference.md).
35+
If you want to explore the BenchmarkTools API, see the [reference document](docs/src/reference.md).
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

0 commit comments

Comments
 (0)