From a187b23737126a0860b839850bb941b8b59d2070 Mon Sep 17 00:00:00 2001 From: Pavlo Shkrabliuk Date: Tue, 10 Jun 2025 10:54:20 +0300 Subject: [PATCH] use the correct org name --- .github/release-drafter.yml | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 117e07d1..b314efa0 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -11,7 +11,7 @@ categories: - 'documentation' - 'dependencies' template: | - If you installed xcodes with homebrew you can upgrade with `brew upgrade robotsandpencils/made/xcodes`. + If you installed xcodes with homebrew you can upgrade with `brew upgrade xcodesorg/made/xcodes`. ## Changes diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b14412b5..da88df45 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ Pull requests are the best way to propose changes to the codebase We actively w ## Any contributions you make will be under the MIT Software License In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern. -## Report bugs using Github's [issues](https://github.com/robotsandpencils/xcodes/issues) +## Report bugs using Github's [issues](https://github.com/xcodesorg/xcodes/issues) We use GitHub issues to track public bugs. Report a bug by [opening a new issue](); it's that easy! ## Write bug reports with detail, background, and sample code