aboutsummaryrefslogtreecommitdiff
path: root/branch-1.1.x/singleton-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'branch-1.1.x/singleton-api.html')
-rw-r--r--branch-1.1.x/singleton-api.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/branch-1.1.x/singleton-api.html b/branch-1.1.x/singleton-api.html
index 78688d1b..f1a36581 100644
--- a/branch-1.1.x/singleton-api.html
+++ b/branch-1.1.x/singleton-api.html
@@ -6,9 +6,6 @@
<link media="all" type="text/css" href="../static/clojure.css" rel="stylesheet" />
<link media="all" type="text/css" href="../static/wiki.css" rel="stylesheet" />
<link media="all" type="text/css" href="../static/internal.css" rel="stylesheet" />
- <!-- TODO: are we using these (from clojure.org)? If so, add the files -->
- <script src="file/view/code_highlighter.js" type="text/javascript"></script>
- <script src="file/view/clojure.js" type="text/javascript"></script>
<style>.menuWrapper{height: 36px;}</style>
<!--[if lte IE 6]>
<link rel="stylesheet" href="http://www.wikispaces.com/_/2009051601/s/internal_ie.css" type="text/css" />
@@ -94,7 +91,7 @@ Warning: global singletons are often unsafe in multi-threaded code.
Consider per-thread-singleton instead.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj#L28" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj#L28" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -114,7 +111,7 @@ per-thread-singleton. See
<a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5025230">http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5025230</a></pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj#L41" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj#L41" id="var-source">Source</a>
</div>