Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3ba18b9

Browse files
committedFeb 18, 2021
update old links
1 parent dd7de4d commit 3ba18b9

File tree

2 files changed

+15
-20
lines changed

2 files changed

+15
-20
lines changed
 

‎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/TNS
11+
[JIRA]: https://clojure.atlassian.net/browse/TNS
1212
[guidelines]: https://clojure.org/community/contrib_howto

‎README.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This project follows the version scheme MAJOR.MINOR.PATCH where each component p
1919

2020
[Change Log](CHANGES.md)
2121

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)
2323

2424
### Stable Release ###
2525

@@ -30,11 +30,11 @@ Latest stable release is [1.1.0](https://github.com/clojure/tools.namespace/tree
3030
org.clojure/tools.namespace {:mvn/version "1.1.0"}
3131
```
3232

33-
[Leiningen](http://leiningen.org/) stable dependency information:
33+
[Leiningen](https://leiningen.org/) stable dependency information:
3434

3535
[org.clojure/tools.namespace "1.1.0"]
3636

37-
[Maven](http://maven.apache.org/) stable dependency information:
37+
[Maven](https://maven.apache.org/) stable dependency information:
3838

3939
<dependency>
4040
<groupId>org.clojure</groupId>
@@ -54,14 +54,14 @@ Leiningen dependency information for development snapshots:
5454
:repositories [["sonatype-oss-public"
5555
"https://oss.sonatype.org/content/groups/public/"]]
5656

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.
5858

5959

6060

6161
Overview
6262
----------------------------------------
6363

64-
[API Documentation](http://clojure.github.com/tools.namespace/)
64+
[API Documentation](https://clojure.github.io/tools.namespace/)
6565

6666
tools.namespace consists of several parts:
6767

@@ -74,7 +74,7 @@ evaluate any code.
7474

7575
**clojure.tools.namespace.find:** Utilities to search for Clojure
7676
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
7878
can search for namespaces on the Java classpath. This namespace
7979
contains most of the functions in clojure.tools.namespace version
8080
0.1.x.
@@ -394,11 +394,11 @@ definitions, especially references to things you created in the REPL.
394394
dependency tracker, do not store it in a namespace which gets
395395
reloaded.
396396

397-
[AOT-compiled]: http://clojure.org/compilation
397+
[AOT-compiled]: https://clojure.org/reference/compilation
398398
[Ring]: https://github.com/ring-clojure/ring
399399
[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
402402

403403

404404
### Warnings for Helper Functions
@@ -563,16 +563,11 @@ Developer Information
563563
----------------------------------------
564564

565565
* [Change Log](CHANGES.md)
566-
567566
* [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/)
576571

577572

578573

@@ -587,4 +582,4 @@ in any fashion, you are agreeing to be bound by the terms of this
587582
license. You must not remove this notice, or any other, from this
588583
software.
589584

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

Comments
 (0)
Please sign in to comment.