From 412f2ab3f20d0b02e4defbb4ded9f9c39840ca54 Mon Sep 17 00:00:00 2001 From: Keith Lustria <34235093+klustria@users.noreply.github.com> Date: Thu, 7 Oct 2021 08:57:21 -0700 Subject: [PATCH] Update Oracle Contributor Agreement links in the docs (#3469) (#3476) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f7848e50e5..8409097403d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,12 +22,12 @@ to be fixed. Please include: ## Code We welcome code contributions, but we need the contributor to sign the -[Oracle Contributor Agreement (OCA)](https://www.oracle.com/technetwork/community/oca-486395.html) +[Oracle Contributor Agreement (OCA)](https://oca.opensource.oracle.com) first. The process: -0. Sign the [OCA](https://www.oracle.com/technetwork/community/oca-486395.html) +0. Sign the [OCA](https://oca.opensource.oracle.com) 1. Fork the repo 2. Fix an issue or create an issue and fix it 3. Create a Pull Request that fixes the issue. Follow [DEV-GUIDELINES](DEV-GUIDELINES.md) for a list of rules and best practices followed by project Helidon.