Skip to content

Commit c05034f

Browse files
committed
update old links
1 parent f39286a commit c05034f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ __We cannot accept pull requests.__
66
* Patches/contributions can be attached to issues in [Jira]. You can [read more
77
about that process](https://clojure.org/community/contributing).
88
Contributions need a [signed CA (Contributor
9-
Agreement)](http://clojure.org/community/contributing).
9+
Agreement)](https://clojure.org/community/contributing).
1010

1111
Don't hesitate to ask if you have questions about this.
1212

13-
[JIRA]: https://dev.clojure.org/jira/browse/TCHECK
13+
[JIRA]: https://clojure.atlassian.net/browse/TCHECK
1414
[Clojure CA]: https://clojure.org/community/contributing
1515
[Clojure contrib]: https://clojure.org/community/contrib_libs

doc/development.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ _(i.e., working on test.check itself)_
55
## Links
66

77
* [GitHub project](https://github.com/clojure/test.check)
8-
* [Bug Tracker](http://dev.clojure.org/jira/browse/TCHECK)
9-
* [Continuous Integration](http://build.clojure.org/job/test.check/)
10-
* [Compatibility Test Matrix](http://build.clojure.org/job/test.check-test-matrix/)
8+
* [Bug Tracker](https://clojure.atlassian.net/browse/TCHECK)
9+
* [Continuous Integration](https://build.clojure.org/job/test.check/)
10+
* [Compatibility Test Matrix](https://build.clojure.org/job/test.check-test-matrix/)
1111

1212
## Tests
1313

doc/growth-and-shrinking.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ the distribution of a generator.
263263

264264
#### Collection composition
265265

266-
_See [TCHECK-106](http://dev.clojure.org/jira/browse/TCHECK-106)_
266+
_See [TCHECK-106](https://clojure.atlassian.net/browse/TCHECK-106)_
267267

268268
test.check's collection generators by default select a size for the
269269
generated collection that is proportional to the `size` parameter.

doc/old-confluence-notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ to do nothing.
325325
## quickcheck refactoring
326326

327327
This is a hopefully temporary page, tracking evaluation of [Nico's
328-
proposed refactoring](https://dev.clojure.org/jira/browse/TCHECK-126)
328+
proposed refactoring](https://clojure.atlassian.net/browse/TCHECK-126)
329329
and any alternatives and related issues.
330330

331331
Organized as (nested) list of questions.

src/main/clojure/clojure/test/check/generators.cljc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1576,7 +1576,7 @@
15761576
(base-simple-type (double* {:NaN? false}) char-ascii string-ascii))
15771577

15781578
#?(:cljs
1579-
;; http://dev.clojure.org/jira/browse/CLJS-1594
1579+
;; https://clojure.atlassian.net/browse/CLJS-1594
15801580
(defn ^:private hashable?
15811581
[x]
15821582
(if (number? x)

0 commit comments

Comments
 (0)