From 1b1cfded62b25e7157fb735e2d1fbc6953e988f4 Mon Sep 17 00:00:00 2001 From: Gavin Geizer Date: Fri, 16 May 2025 09:21:04 -0300 Subject: [PATCH] Fix repository URLs in CONTRIBUTING.md and README.md for consistency --- CONTRIBUTING.md | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e68661..b693b11 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ Before you begin, ensure you have the following installed: 2. **Clone the Forked Repository:** ```bash - git clone https://github.com/your-username/ShiftkeyEvents.git + git clone https://github.com/your-username/shiftkey-app.git cd ShiftkeyEvents ``` @@ -27,7 +27,7 @@ Before you begin, ensure you have the following installed: This step ensures you can sync changes from the main repository. ```bash - git remote add upstream https://github.com/ShiftkeyLabs/ShiftkeyEvents.git + git remote add upstream https://github.com/shiftkey-labs/shiftkey-app.git ``` 4. **Install Dependencies:** diff --git a/README.md b/README.md index 166c6a6..fbdb206 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ ShiftKey Labs Events Application is a mobile platform built with React Native us 1. Clone the repository: ```shell - git clone https://github.com/ShiftKeyLabs/ShiftKeyLabs-Events-App.git - cd ShiftKeyLabs-Events-App + git clone https://github.com/shiftkey-labs/shiftkey-app.git + cd shiftkey-app ``` 2. Install dependencies: @@ -81,7 +81,7 @@ Contributions to the ShiftKey Labs Events Application are always welcome. See [C ## Support -For support, bugs, and feature requests, please use the [issues](https://github.com/ShiftKeyLabs/ShiftKeyLabs-Events-App/issues) section in the GitHub repository. +For support, bugs, and feature requests, please use the [issues](https://github.com/shiftkey-labs/shiftkey-app/issues) section in the GitHub repository. ## Acknowledgments