Skip to content

Commit 2338f90

Browse files
authoredFeb 14, 2022
LEDG-67 updating contrib links (corda#7036)
1 parent 7afb585 commit 2338f90

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
# PR Checklist:
55

6-
- [ ] Have you run the unit, integration and smoke tests as described [here](https://docs.corda.net/head/testing.html)?
7-
- [ ] If you added public APIs, did you write the JavaDocs?
8-
- [ ] If the changes are of interest to application developers, have you added them to the [changelog](https://docs.corda.net/head/changelog.html) (`/docs/source/changelog.rst`), and potentially the [release notes](https://docs.corda.net/head/release-notes.html) (`/docs/source/release-notes.rst`)?
9-
- [ ] If you are contributing for the first time, please read the [contributor agreement](https://docs.corda.net/head/contributing.html) now and add a comment to this pull request stating that your PR is in accordance with the [Developer's Certificate of Origin](https://docs.corda.net/head/contributing.html#merging-the-changes-back-into-corda).
6+
- [ ] Have you run the unit, integration and smoke tests as described [here](https://docs.r3.com/en/platform/corda/4.8/open-source/testing.html)?
7+
- [ ] If you added public APIs, did you write the JavaDocs/kdocs?
8+
- [ ] If the changes are of interest to application developers, have you added them to the changelog, and potentially the [release notes](https://docs.corda.net/head/release-notes.html) (`https://docs.r3.com/en/platform/corda/4.8/open-source/release-notes.html`)?
9+
- [ ] If you are contributing for the first time, please read the [contributor agreement](https://docs.r3.com/en/platform/corda/4.8/open-source/contributing.html) now and add a comment to this pull request stating that your PR is in accordance with the [Developer's Certificate of Origin](https://docs.r3.com/en/platform/corda/4.8/open-source/contributing.html#merging-the-changes-back-into-corda).
1010

1111
Thanks for your code, it's appreciated! :)

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Corda is an open-source project and contributions are welcome!
44

5-
To find out how to contribute, please see our [contributing docs](https://docs.corda.net/head/contributing-index.html).
5+
To find out how to contribute, please see our [contributing docs](https://docs.r3.com/en/platform/corda/4.8/open-source/contributing.html).

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Corda is an open source blockchain project, designed for business from the start
3939

4040
Corda is an open-source project and contributions are welcome!
4141

42-
To find out how to contribute, please see our [contributing docs](https://docs.corda.net/head/contributing-index.html).
42+
To find out how to contribute, please see our [contributing docs](https://docs.r3.com/en/platform/corda/4.8/open-source/contributing.html).
4343

4444
## License
4545

0 commit comments

Comments
 (0)
Please sign in to comment.