From 98559e1162ade4af95c8735e1b0aafb01dd6eb0b Mon Sep 17 00:00:00 2001 From: Pius Kariuki <39379012+PiusKariuki@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:29:57 +0300 Subject: [PATCH] Update writing-code.md The links to the README.md for the Adaptors and the Lighning platform were swapped --- docs/contribute/writing-code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contribute/writing-code.md b/docs/contribute/writing-code.md index 74c19bd587c2..51fc6555f523 100644 --- a/docs/contribute/writing-code.md +++ b/docs/contribute/writing-code.md @@ -12,11 +12,11 @@ There are three ways you can contribute to the OpenFn DPG: ### 1. Build or extend OpenFn adaptors - Requires knowledge of Javascript and Typescript -- See the [README.md](https://github.com/OpenFn/lightning#contribute-to-this-project) to learn how to contribute +- See the [README.md](https://github.com/OpenFn/adaptors#contributing) to learn how to contribute ### 2. Add or improve a feature on the OpenFn Lightning platform - Requires knowledge of Elixir and Pheonix Liveview -- See the [README.md](https://github.com/OpenFn/adaptors#contributing) to learn how to contribute +- See the [README.md](https://github.com/OpenFn/lightning#contribute-to-this-project) to learn how to contribute ### 3. Add to or improve our documentation