Skip to content

Commit 93ff83e

Browse files
committed
Fix Clojure wiki links
Point to clojure.org pages for CONTRIBUTING and PULL_REQUEST_TEMPLATE
1 parent 7f09eb1 commit 93ff83e

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Hi! Thanks for your interest in contributing to this project.
22

3-
Clojure contrib projects do not use GitHub issues or pull requests, and
3+
Clojure contrib projects do not use GitHub issues or pull requests, and
44
require a signed Contributor Agreement. If you would like to contribute,
55
please read more about the CA and sign that first (this can be done online).
66

77
Then go to this project's issue tracker in JIRA to create tickets, update
88
tickets, or submit patches. For help in creating tickets and patches,
99
please see:
1010

11-
- Signing the CA: https://dev.clojure.org/display/community/Contributing+FAQ
12-
- Creating Tickets: https://dev.clojure.org/display/community/Creating+Tickets
13-
- Developing Patches: https://dev.clojure.org/display/community/Developing+Patches
14-
- Contributing FAQ: https://dev.clojure.org/display/community/Contributing+FAQ
11+
- Signing the CA: https://clojure.org/community/contributing
12+
- Creating Tickets: https://clojure.org/community/creating_tickets
13+
- Developing Patches: https://clojure.org/community/developing_patches
14+
- Contributing FAQ: https://clojure.org/community/contributing

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.classpath
33
.cpcache
44
.project
5+
.rebl
56
.settings
67
/.lein-failures
78
/.lein-repl-history

CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ This is a [Clojure contrib] project.
33
Under the Clojure contrib [guidelines], this project cannot accept
44
pull requests. All patches must be submitted via [JIRA].
55

6-
See [Contributing] and the [FAQ] on the Clojure development [wiki] for
6+
See [Contributing] on the Clojure website for
77
more information on how to contribute.
88

9-
[Clojure contrib]: http://dev.clojure.org/display/doc/Clojure+Contrib
9+
[Clojure contrib]: https://clojure.org/community/contrib_libs
1010
[Contributing]: https://clojure.org/community/contributing
11-
[FAQ]: http://dev.clojure.org/display/community/Contributing+FAQ
1211
[JIRA]: http://dev.clojure.org/jira/browse/JDBC
13-
[guidelines]: http://dev.clojure.org/display/community/Guidelines+for+Clojure+Contrib+committers
14-
[wiki]: http://dev.clojure.org/
12+
[guidelines]: https://clojure.org/community/contrib_howto

0 commit comments

Comments
 (0)