Skip to content

Commit bb10582

Browse files
author
Mike Bohdan
authored
Correct links to the documentation (#55)
1 parent 2bd99c4 commit bb10582

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ java.hprof.*
1212
.ritz-exception-filters
1313
target
1414
checkouts
15+
.lsp

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ value.
8787

8888
## References
8989

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

9393
See [Elliptic Group](http://www.ellipticgroup.com/html/benchmarkingArticle.html)
9494
for a Java benchmarking library. The accompanying article describes many of the

src/criterium/core.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
(ns ^{:author "Hugo Duncan"
2121
:see-also
2222
[["http://github.com/hugoduncan/criterium" "Source code"]
23-
["http://hugoduncan.github.com/criterium" "API Documentation"]]}
23+
["http://hugoduncan.github.io/criterium" "API Documentation"]]}
2424
criterium.core
2525
"Criterium measures the computation time of an expression. It is
2626
designed to address some of the pitfalls of benchmarking, and benchmarking on

0 commit comments

Comments
 (0)