Skip to content

Commit e8387df

Browse files
committed
update old links
1 parent 110c0be commit e8387df

File tree

2 files changed

+7
-10
lines changed

2 files changed

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

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Releases and Dependency Information
3434

3535
Latest stable release: 0.0.4
3636

37-
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22math.numeric-tower%22)
37+
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22math.numeric-tower%22)
3838

3939
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~math.numeric-tower~~~)
4040

@@ -49,7 +49,7 @@ org.clojure/math.numeric-tower {:mvn/version "0.0.4"}
4949
[org.clojure/math.numeric-tower "0.0.4"]
5050
```
5151

52-
[Maven](http://maven.apache.org/) dependency information:
52+
[Maven](https://maven.apache.org/) dependency information:
5353

5454
```xml
5555
<dependency>
@@ -91,18 +91,15 @@ Example Usage
9191
Refer to docstrings in the `clojure.math.numeric-tower` namespace for
9292
additional documentation.
9393

94-
[API Documentation](http://clojure.github.com/math.numeric-tower/)
94+
[API Documentation](https://clojure.github.io/math.numeric-tower/)
9595

9696
Developer Information
9797
========================================
9898

9999
* [GitHub project](https://github.com/clojure/math.numeric-tower)
100-
101-
* [Bug Tracker](http://dev.clojure.org/jira/browse/MTOWER)
102-
103-
* [Continuous Integration](http://build.clojure.org/job/math.numeric-tower/)
104-
105-
* [Compatibility Test Matrix](http://build.clojure.org/job/math.numeric-tower-test-matrix/)
100+
* [Bug Tracker](https://clojure.atlassian.net/browse/MTOWER)
101+
* [Continuous Integration](https://build.clojure.org/job/math.numeric-tower/)
102+
* [Compatibility Test Matrix](https://build.clojure.org/job/math.numeric-tower-test-matrix/)
106103

107104

108105
Changelog

0 commit comments

Comments
 (0)