Skip to content

Commit

Permalink
[docs] fix link (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv authored Apr 24, 2024
1 parent 856331c commit e03efe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/benches.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ ratio = time(minimum(R_bench)) / time(minimum(jl_bench))
The folloiwng charts provide a glimpse of `NetSurvival.jl`'s performance along time:

```@raw html
<iframe src="/benchmarks/index.html" style="height:500px;width:100%;"></iframe>
```
<iframe src="NetSurvival.jl/benchmarks/" style="height:500px;width:100%;"></iframe>
```

0 comments on commit e03efe1

Please sign in to comment.