From 73c98e6c2cef2c8fc49ce6c4072fe3e61683de9d Mon Sep 17 00:00:00 2001 From: Paul Moloney <112477620+paulmoloneyr3@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:56:24 +0000 Subject: [PATCH] DOC-6379 - fixed broken links on github --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- CONTRIBUTING.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 48f0f7fcab..00c08a8d53 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,9 +3,9 @@ # PR Checklist: -- [ ] 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)? +- [ ] Have you run the unit, integration and smoke tests as described [here](https://docs.r3.com/testing.html)? - [ ] If you added public APIs, did you write the JavaDocs/kdocs? -- [ ] 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`)? -- [ ] 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). +- [ ] If the changes are of interest to application developers, have you added them to the changelog, and potentially the [release notes](https://docs.r3.com/release-notes.html) (`https://docs.r3.com/release-notes.html`)? +- [ ] If you are contributing for the first time, please read the [contributor agreement](https://docs.r3.com/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/contributing.html). Thanks for your code, it's appreciated! :) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index da3fe3c032..332847c7a0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,4 +2,4 @@ Corda is an open-source project and contributions are welcome! -To find out how to contribute, please see our [contributing docs](https://docs.r3.com/en/platform/corda/4.8/open-source/contributing.html). +To find out how to contribute, please see our [contributing docs](https://docs.r3.com/contributing.html).