@@ -30,26 +30,24 @@ org.clojure/java.classpath {:mvn/version "1.0.0"}
30
30
31
31
compile "org.clojure:java.classpath:1.0.0"
32
32
33
- [ Leiningen ] : http ://leiningen.org/
34
- [ Maven ] : http ://maven.apache.org/
35
- [ Gradle ] : http ://www.gradle.org/
33
+ [ Leiningen ] : https ://leiningen.org/
34
+ [ Maven ] : https ://maven.apache.org/
35
+ [ Gradle ] : https ://www.gradle.org/
36
36
37
37
Other versions:
38
38
39
- * [ All Released Versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22java.classpath%22 )
40
-
39
+ * [ All Released Versions] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22java.classpath%22 )
41
40
* [ Development SNAPSHOTs] ( https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~java.classpath~~~ )
41
+ * [ How to get Development SNAPSHOTs] ( https://clojure.org/releases/downloads#_using_clojure_snapshot_releases )
42
42
43
- * [ How to get Development SNAPSHOTs] ( http://dev.clojure.org/display/doc/Maven+Settings+and+Repositories )
44
-
45
- Releases are published to the [ Maven Central Repository] ( http://search.maven.org/ )
43
+ Releases are published to the [ Maven Central Repository] ( https://search.maven.org/ )
46
44
47
45
Development SNAPSHOTs are published to the [ Sonatype Open-Source Repository] ( https://oss.sonatype.org/ )
48
46
49
47
50
48
## Usage
51
49
52
- See the [ API Documentation] ( http ://clojure.github.com /java.classpath/)
50
+ See the [ API Documentation] ( https ://clojure.github.io /java.classpath/)
53
51
54
52
Examples:
55
53
@@ -63,7 +61,7 @@ Examples:
63
61
The ` classpath ` function returns a sequence of java.io.File objects
64
62
representing all JAR files and directories on the classpath. It
65
63
defaults to using the classpath of Clojure's base
66
- [ ClassLoader] ( http ://docs.oracle.com/javase/7 /docs/api/java/lang/ClassLoader.html) .
64
+ [ ClassLoader] ( https ://docs.oracle.com/javase/8 /docs/api/java/lang/ClassLoader.html) .
67
65
68
66
` classpath ` also takes a ClassLoader as an optional argument.
69
67
@@ -85,25 +83,18 @@ which is true for Java 9 and later.
85
83
## Developer Information
86
84
87
85
* [ Change log] ( CHANGES.md )
88
-
89
86
* [ GitHub project] ( https://github.com/clojure/java.classpath )
90
-
91
- * [ How to contribute] ( http://dev.clojure.org/display/community/Contributing )
92
-
93
- * [ Bug Tracker] ( http://dev.clojure.org/jira/browse/CLASSPATH )
94
-
95
- * [ Continuous Integration] ( http://build.clojure.org/job/java.classpath/ )
96
-
97
- * [ Compatibility Test Matrix] ( http://build.clojure.org/job/java.classpath-test-matrix/ )
98
-
99
-
87
+ * [ How to contribute] ( https://clojure.org/community/contributing )
88
+ * [ Bug Tracker] ( https://clojure.atlassian.net/browse/CLASSPATH )
89
+ * [ Continuous Integration] ( https://build.clojure.org/job/java.classpath/ )
90
+ * [ Compatibility Test Matrix] ( https://build.clojure.org/job/java.classpath-test-matrix/ )
100
91
101
92
## Copyright and License
102
93
103
94
Copyright (c) 2013-2020 Rich Hickey, Stuart Sierra, and contributors. All
104
95
rights reserved. The use and distribution terms for this software are
105
96
covered by the Eclipse Public License 1.0
106
- (http ://opensource.org/licenses/eclipse-1.0.php ) which can be found in
97
+ (https ://opensource.org/licenses/eclipse-1.0.php ) which can be found in
107
98
the file epl.html at the root of this distribution. By using this
108
99
software in any fashion, you are agreeing to be bound by the terms of
109
100
this license. You must not remove this notice, or any other, from this
0 commit comments