From 3adb848062a748a48b85637a9e72a718e0f66c70 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 10 Jul 2021 21:45:34 +0200 Subject: [PATCH] Fix signing CLA results in 404 The repository name is a mandatory parameter for cla-assistant.io https://github.com/cla-assistant/cla-assistant/issues/574#issuecomment-639430447 Fixes #51 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f39ee3..63d9414 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ You can also join the [Caraya Community Discussion Forums](https://forums.jki.ne ## Contributing -First, please complete the [JKI Contributor License Agreement](https://cla-assistant.io/JKISoftware/) form, which is required for JKI to include any of your contributions into the project. +First, please complete the [JKI Contributor License Agreement](https://cla-assistant.io/JKISoftware/Caraya) form, which is required for JKI to include any of your contributions into the project. 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature`