Skip to content

Commit ee7c892

Browse files
committed
update old links
1 parent 4250646 commit ee7c892

File tree

3 files changed

+22
-31
lines changed

3 files changed

+22
-31
lines changed

CHANGES.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ from 0.2 to 0.3.
6565

6666

6767

68-
[CLASSPATH-8]: http://dev.clojure.org/jira/browse/CLASSPATH-8
69-
[CLASSPATH-7]: http://dev.clojure.org/jira/browse/CLASSPATH-7
70-
[CLASSPATH-6]: http://dev.clojure.org/jira/browse/CLASSPATH-6
71-
[CLASSPATH-5]: http://dev.clojure.org/jira/browse/CLASSPATH-5
72-
[CLASSPATH-4]: http://dev.clojure.org/jira/browse/CLASSPATH-4
73-
[CLASSPATH-3]: http://dev.clojure.org/jira/browse/CLASSPATH-3
74-
[CLASSPATH-2]: http://dev.clojure.org/jira/browse/CLASSPATH-2
75-
[CLASSPATH-1]: http://dev.clojure.org/jira/browse/CLASSPATH-1
68+
[CLASSPATH-8]: https://clojure.atlassian.net/browse/CLASSPATH-8
69+
[CLASSPATH-7]: https://clojure.atlassian.net/browse/CLASSPATH-7
70+
[CLASSPATH-6]: https://clojure.atlassian.net/browse/CLASSPATH-6
71+
[CLASSPATH-5]: https://clojure.atlassian.net/browse/CLASSPATH-5
72+
[CLASSPATH-4]: https://clojure.atlassian.net/browse/CLASSPATH-4
73+
[CLASSPATH-3]: https://clojure.atlassian.net/browse/CLASSPATH-3
74+
[CLASSPATH-2]: https://clojure.atlassian.net/browse/CLASSPATH-2
75+
[CLASSPATH-1]: https://clojure.atlassian.net/browse/CLASSPATH-1
7676

7777
[1.0.0]: https://github.com/clojure/java.classpath/tree/java.classpath-1.0.0
7878
[0.3.0]: https://github.com/clojure/java.classpath/tree/java.classpath-0.3.0

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ more information on how to contribute.
88

99
[Clojure contrib]: https://clojure.org/community/contrib_libs
1010
[Contributing]: https://clojure.org/community/contributing
11-
[JIRA]: http://dev.clojure.org/jira/browse/CLASSPATH
11+
[JIRA]: https://clojure.atlassian.net/browse/CLASSPATH
1212
[guidelines]: https://clojure.org/community/contrib_howto

README.md

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,24 @@ org.clojure/java.classpath {:mvn/version "1.0.0"}
3030

3131
compile "org.clojure:java.classpath:1.0.0"
3232

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/
3636

3737
Other versions:
3838

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)
4140
* [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)
4242

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/)
4644

4745
Development SNAPSHOTs are published to the [Sonatype Open-Source Repository](https://oss.sonatype.org/)
4846

4947

5048
## Usage
5149

52-
See the [API Documentation](http://clojure.github.com/java.classpath/)
50+
See the [API Documentation](https://clojure.github.io/java.classpath/)
5351

5452
Examples:
5553

@@ -63,7 +61,7 @@ Examples:
6361
The `classpath` function returns a sequence of java.io.File objects
6462
representing all JAR files and directories on the classpath. It
6563
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).
6765

6866
`classpath` also takes a ClassLoader as an optional argument.
6967

@@ -85,25 +83,18 @@ which is true for Java 9 and later.
8583
## Developer Information
8684

8785
* [Change log](CHANGES.md)
88-
8986
* [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/)
10091

10192
## Copyright and License
10293

10394
Copyright (c) 2013-2020 Rich Hickey, Stuart Sierra, and contributors. All
10495
rights reserved. The use and distribution terms for this software are
10596
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
10798
the file epl.html at the root of this distribution. By using this
10899
software in any fashion, you are agreeing to be bound by the terms of
109100
this license. You must not remove this notice, or any other, from this

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy