Skip to content

Commit 88c2f81

Browse files
committed
fix old jira links
1 parent e85fe0b commit 88c2f81

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

CONTRIBUTING.md

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

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -199,17 +199,14 @@ org.clojure/core.rrb-vector {:mvn/version "${version}"}
199199

200200
core.rrb-vector is being developed as a Clojure Contrib project, see
201201
the
202-
[What is Clojure Contrib](http://dev.clojure.org/pages/viewpage.action?pageId=5767464)
202+
[What is Clojure Contrib](https://clojure.org/dev/contrib_libs)
203203
page for details. Patches will only be accepted from developers who
204204
have signed the Clojure Contributor Agreement.
205205

206206
* [GitHub project](https://github.com/clojure/core.rrb-vector)
207-
208-
* [Bug Tracker](http://dev.clojure.org/jira/browse/CRRBV)
209-
210-
* [Continuous Integration](http://build.clojure.org/job/core.rrb-vector/)
211-
212-
* [Compatibility Test Matrix](http://build.clojure.org/job/core.rrb-vector-test-matrix/)
207+
* [Bug Tracker](https://clojure.atlassian.net/browse/CRRBV)
208+
* [Continuous Integration](https://build.clojure.org/job/core.rrb-vector/)
209+
* [Compatibility Test Matrix](https://build.clojure.org/job/core.rrb-vector-test-matrix/)
213210

214211

215212
### Useful Maven commands

0 commit comments

Comments
 (0)