Skip to content

Commit 967afe8

Browse files
committed
update old links
1 parent 1a21426 commit 967afe8

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

README.md

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

1111
Latest stable release: 0.1.2
1212

13-
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.macro%22)
13+
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.macro%22)
1414

1515
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~tools.macro~~~)
1616

@@ -23,7 +23,7 @@ org.clojure/tools.macro {:mvn/version "0.1.2"}
2323

2424
[org.clojure/tools.macro "0.1.2"]
2525

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

2828
<dependency>
2929
<groupId>org.clojure</groupId>
@@ -87,12 +87,9 @@ Developer Information
8787
========================================
8888

8989
* [GitHub project](https://github.com/clojure/tools.macro)
90-
91-
* [Bug Tracker](http://dev.clojure.org/jira/browse/TMACRO)
92-
93-
* [Continuous Integration](http://build.clojure.org/job/tools.macro/)
94-
95-
* [Compatibility Test Matrix](http://build.clojure.org/job/tools.macro-test-matrix/)
90+
* [Bug Tracker](https://clojure.atlassian.net/browse/TMACRO)
91+
* [Continuous Integration](https://build.clojure.org/job/tools.macro/)
92+
* [Compatibility Test Matrix](https://build.clojure.org/job/tools.macro-test-matrix/)
9693

9794

9895

@@ -111,4 +108,4 @@ Change Log
111108
Copyright and License
112109
========================================
113110

114-
Copyright (c) 2011 Rich Hickey. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.
111+
Copyright (c) 2011 Rich Hickey. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (https://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.

0 commit comments

Comments
 (0)