From 6740bcd4ef5259cdd61064b411e1de43a0cb104a Mon Sep 17 00:00:00 2001 From: danilaverbena Date: Wed, 29 Jul 2026 15:01:53 +0300 Subject: [PATCH] docs: update CONTRIBUTING links to the genlayerlabs org CONTRIBUTING.md still pointed contributors at yeagerai/genlayer-cli (issues page, issue list, clone URL) and yeagerai/genlayer-docs. Both repositories now live under the genlayerlabs organization, so update the URLs to their canonical locations. --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5995aa80..b6886006 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ Help us make the CLI better by testing and giving feedback: $ npm install -g genlayer ``` - Try out the CLI features and tell us what you think through our [feedback form](https://forms.gle/ZbbxHsZrJxKucurB7) or on our [Discord Channel](https://discord.gg/8Jm4v89VAu). -- If you find any issues, please report them on our [GitHub issues page](https://github.com/yeagerai/genlayer-cli/issues). +- If you find any issues, please report them on our [GitHub issues page](https://github.com/genlayerlabs/genlayer-cli/issues). ### Sharing New Ideas and Use Cases @@ -51,14 +51,14 @@ Releases are deliberate, not automatic. `scripts/release.sh` bumps the version, #### 1. Set yourself up to start coding -- **1.1. Pick an issue**: Select one from the project GitHub repository [issue list](https://github.com/yeagerai/genlayer-cli/issues) and assign it to yourself. +- **1.1. Pick an issue**: Select one from the project GitHub repository [issue list](https://github.com/genlayerlabs/genlayer-cli/issues) and assign it to yourself. - **1.2. Create a branch**: create the branch that you will work on by using the link provided in the issue details page (right panel at the bottom - section "Development") - **1.3. Setup the CLI locally**: clone the repository and install dependencies ```sh - $ git clone https://github.com/yeagerai/genlayer-cli.git + $ git clone https://github.com/genlayerlabs/genlayer-cli.git $ cd genlayer-cli $ npm install ``` @@ -121,7 +121,7 @@ Tests are located in the tests/ directory and should be named using the followin ### Improving Documentation -To contribute to our docs, visit our [Documentation Repository](https://github.com/yeagerai/genlayer-docs) to create new issues or contribute to existing issues. +To contribute to our docs, visit our [Documentation Repository](https://github.com/genlayerlabs/genlayer-docs) to create new issues or contribute to existing issues. ## Community