@@ -19,7 +19,7 @@ This project follows the version scheme MAJOR.MINOR.PATCH where each component p
19
19
20
20
[ Change Log] ( CHANGES.md )
21
21
22
- [ All Released Versions] ( http ://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.namespace%22)
22
+ [ All Released Versions] ( https ://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.namespace%22)
23
23
24
24
### Stable Release ###
25
25
@@ -30,11 +30,11 @@ Latest stable release is [1.1.0](https://github.com/clojure/tools.namespace/tree
30
30
org.clojure/tools.namespace {:mvn/version " 1.1.0" }
31
31
```
32
32
33
- [ Leiningen] ( http ://leiningen.org/) stable dependency information:
33
+ [ Leiningen] ( https ://leiningen.org/) stable dependency information:
34
34
35
35
[org.clojure/tools.namespace "1.1.0"]
36
36
37
- [ Maven] ( http ://maven.apache.org/) stable dependency information:
37
+ [ Maven] ( https ://maven.apache.org/) stable dependency information:
38
38
39
39
<dependency>
40
40
<groupId>org.clojure</groupId>
@@ -54,14 +54,14 @@ Leiningen dependency information for development snapshots:
54
54
:repositories [["sonatype-oss-public"
55
55
"https://oss.sonatype.org/content/groups/public/"]]
56
56
57
- See also [ Maven Settings and Repositories] ( http ://dev. clojure.org/display/doc/Maven+Settings+and+Repositories ) on dev.clojure.org.
57
+ See also [ Maven Settings and Repositories] ( https ://clojure.org/releases/downloads#_using_clojure_snapshot_releases ) on dev.clojure.org.
58
58
59
59
60
60
61
61
Overview
62
62
----------------------------------------
63
63
64
- [ API Documentation] ( http ://clojure.github.com /tools.namespace/)
64
+ [ API Documentation] ( https ://clojure.github.io /tools.namespace/)
65
65
66
66
tools.namespace consists of several parts:
67
67
@@ -74,7 +74,7 @@ evaluate any code.
74
74
75
75
** clojure.tools.namespace.find:** Utilities to search for Clojure
76
76
namespaces on the filesystem, in directories or JAR files. Combined
77
- with [ java.classpath] ( http ://clojure.github.com/java.classpath/) , it
77
+ with [ java.classpath] ( https ://clojure.github.com/java.classpath/) , it
78
78
can search for namespaces on the Java classpath. This namespace
79
79
contains most of the functions in clojure.tools.namespace version
80
80
0.1.x.
@@ -394,11 +394,11 @@ definitions, especially references to things you created in the REPL.
394
394
dependency tracker, do not store it in a namespace which gets
395
395
reloaded.
396
396
397
- [ AOT-compiled ] : http ://clojure.org/compilation
397
+ [ AOT-compiled ] : https ://clojure.org/reference /compilation
398
398
[ Ring ] : https://github.com/ring-clojure/ring
399
399
[ ns-tracker ] : https://github.com/weavejester/ns-tracker
400
- [ ns ] : http ://clojure.github.io/clojure/clojure.core-api.html#clojure.core/ns
401
- [ require ] : http ://clojure.github.io/clojure/clojure.core-api.html#clojure.core/require
400
+ [ ns ] : https ://clojure.github.io/clojure/clojure.core-api.html#clojure.core/ns
401
+ [ require ] : https ://clojure.github.io/clojure/clojure.core-api.html#clojure.core/require
402
402
403
403
404
404
### Warnings for Helper Functions
@@ -563,16 +563,11 @@ Developer Information
563
563
----------------------------------------
564
564
565
565
* [ Change Log] ( CHANGES.md )
566
-
567
566
* [ GitHub project] ( https://github.com/clojure/tools.namespace )
568
-
569
- * [ How to contribute] ( http://dev.clojure.org/display/community/Contributing )
570
-
571
- * [ Bug Tracker] ( http://dev.clojure.org/jira/browse/TNS )
572
-
573
- * [ Continuous Integration] ( http://build.clojure.org/job/tools.namespace/ )
574
-
575
- * [ Compatibility Test Matrix] ( http://build.clojure.org/job/tools.namespace-test-matrix/ )
567
+ * [ How to contribute] ( https://clojure.org/community/contributing )
568
+ * [ Bug Tracker] ( https://clojure.atlassian.net/browse/TNS )
569
+ * [ Continuous Integration] ( https://build.clojure.org/job/tools.namespace/ )
570
+ * [ Compatibility Test Matrix] ( https://build.clojure.org/job/tools.namespace-test-matrix/ )
576
571
577
572
578
573
@@ -587,4 +582,4 @@ in any fashion, you are agreeing to be bound by the terms of this
587
582
license. You must not remove this notice, or any other, from this
588
583
software.
589
584
590
- [ Eclipse Public License 1.0 ] : http ://opensource.org/licenses/eclipse-1.0.php
585
+ [ Eclipse Public License 1.0 ] : https ://opensource.org/licenses/eclipse-1.0.php
0 commit comments