Skip to content

Commit 1a57329

Browse files
committed
fix jira links
1 parent fb31889 commit 1a57329

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For more detailed descriptions of usage please refer to the
7575
Developer information
7676
----
7777

78-
* [Bug Tracker](http://dev.clojure.org/jira/browse/MATCH)
78+
* [Bug Tracker](https://clojure.atlassian.net/projects/MATCH)
7979
* [Continuous Integration](http://build.clojure.org/job/core.match/)
8080
* [Compatibility Test Matrix](http://build.clojure.org/job/core.match-test-matrix/)
8181

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<issueManagement>
2424
<system>jira</system>
25-
<url>http://dev.clojure.org/jira/browse/MATCH</url>
25+
<url>https://clojure.atlassian.net/projects/MATCH</url>
2626
</issueManagement>
2727

2828
<developers>

0 commit comments

Comments
 (0)