From 57c016ccd4c3a1334a3df922a6cf9b7af8b10aef Mon Sep 17 00:00:00 2001 From: dvm-shlee Date: Mon, 29 Apr 2024 21:58:54 -0400 Subject: [PATCH] update link of child repositories --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 60452e4..6d65eea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,9 +20,9 @@ Before creating a pull request, ensure that your code complies with the existing ### Contributing to Child Repositories -- **[plugin](../brkraw-plugin)**: For new functionalities at the app level, direct your contributions here. -- **[dataset](../brkraw-dataset)**: To add a new dataset that needs to be tested via BrkRaw CI for data conversion consistency and reliability, please contribute here. -- **[tutorial](../brkraw-tutorial)**: For new tutorials, tutorial revisions, or documentation that would help other users, please contribute to this repository. +- **[plugin](https://github.com/brkraw/brkraw-plugin.git)**: For new functionalities at the app level, direct your contributions here. +- **[dataset](https://github.com/brkraw/brkraw-dataset.git)**: To add a new dataset that needs to be tested via BrkRaw CI for data conversion consistency and reliability, please contribute here. +- **[tutorial](https://github.com/brkraw/brkraw-tutorial.git)**: For new tutorials, tutorial revisions, or documentation that would help other users, please contribute to this repository. ## Before You Start