diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 5c2cfb3a2a..c8044cd048 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement via -issues on github.com/Cody-k/logarr. +issues on github.com/cheir-mneme/logarr. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0cbad12555..5d11bb2ad5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ Logarr is written in C# (backend) and JS (frontend). The backend is built on .NE ## Getting started -1. Clone the repository: `git clone https://github.com/Cody-k/logarr.git` +1. Clone the repository: `git clone https://github.com/cheir-mneme/logarr.git` 1. Install dependencies and build as described below > Be sure to run lint `yarn lint --fix` on your code for any front end changes before committing. diff --git a/README.md b/README.md index c8f134682e..69a9e79480 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Web interface: `http://localhost:7878` Requirements: .NET 8.0 SDK, Node.js 20+, Yarn ```bash -git clone https://github.com/Cody-k/logarr.git +git clone https://github.com/cheir-mneme/logarr.git cd logarr ./build.sh --backend --frontend dotnet run --project src/Radarr diff --git a/SECURITY.md b/SECURITY.md index 9a32cce2bd..5223075c3f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,6 +3,6 @@ ## Reporting a Vulnerability Please report (suspected) security vulnerabilities via GitHub issues at -github.com/Cody-k/logarr/issues. You will receive a response +github.com/cheir-mneme/logarr/issues. You will receive a response within 72 hours. If the issue is confirmed, we will release a patch as soon as possible depending on complexity/severity.