Skip to content

Commit f6a64a4

Browse files
committed
Fix docs 2
1 parent 765eef2 commit f6a64a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ MarkdownExtensions.expand_reflinks(reflinks; rootdir=DOCSRC)
2222

2323
@info "Building documentation website using Documenter.jl..."
2424
makedocs(;
25-
modules = [PerfTest, PerfTest.Configuration, PerfTest.BencherInterface],
25+
modules = [PerfTest, PerfTest.Configuration, PerfTest.BencherREST],
2626
authors = "Daniel Sergio Vega Rodriguez, Samuel Omlin, and contributors",
2727
repo = "https://github.com/JuliaPerf/PerfTest.jl/blob/{commit}{path}#{line}",
2828
sitename = "PerfTest.jl",

docs/src/api.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Order = [:function, :macro]
3333
```
3434
#### Documentation
3535
```@autodocs
36-
Modules = [PerfTest, PerfTest.Configuration, PerfTest.BencherInterface]
36+
Modules = [PerfTest, PerfTest.Configuration, PerfTest.BencherREST]
3737
Order = [:function, :macro]
3838
```
3939

0 commit comments

Comments
 (0)