Skip to content

Commit

Permalink
Correct links to the documentation (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Bohdan committed Nov 17, 2021
1 parent 2bd99c4 commit bb10582
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ java.hprof.*
.ritz-exception-filters
target
checkouts
.lsp
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ value.

## References

[API Documentation](http://hugoduncan.github.com/criterium/0.4/api/)
[Annotated Source](http://hugoduncan.github.com/criterium/0.4/uberdoc.html)
[API Documentation](http://hugoduncan.github.io/criterium/0.4/api/)
[Annotated Source](http://hugoduncan.github.io/criterium/0.4/uberdoc.html)

See [Elliptic Group](http://www.ellipticgroup.com/html/benchmarkingArticle.html)
for a Java benchmarking library. The accompanying article describes many of the
Expand Down
2 changes: 1 addition & 1 deletion src/criterium/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
(ns ^{:author "Hugo Duncan"
:see-also
[["http://github.com/hugoduncan/criterium" "Source code"]
["http://hugoduncan.github.com/criterium" "API Documentation"]]}
["http://hugoduncan.github.io/criterium" "API Documentation"]]}
criterium.core
"Criterium measures the computation time of an expression. It is
designed to address some of the pitfalls of benchmarking, and benchmarking on
Expand Down

0 comments on commit bb10582

Please sign in to comment.