From b1e749e2ec58dd0dbe752a3df2364b8bd7e54914 Mon Sep 17 00:00:00 2001
From: Lawrence Lee <45837045+Lawrence37@users.noreply.github.com>
Date: Sun, 23 Mar 2025 16:57:51 -0700
Subject: [PATCH] Update links to the repository
Change from github.com/Beep6581/RawTherapee to
github.com/RawTherapee/RawTherapee.
---
CONTRIBUTING.md | 2 +-
README.md | 6 +++---
com.rawtherapee.RawTherapee.appdata.xml | 2 +-
doc/manpage/rawtherapee.1 | 2 +-
rtengine/camconst.json | 2 +-
rtgui/main-cli.cc | 2 +-
rtgui/main.cc | 2 +-
tools/build-rawtherapee | 2 +-
tools/osx/macosx_bundle.sh | 2 +-
9 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 041b273df..e833bebf9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -18,7 +18,7 @@ The most useful feedback is based on the latest development code, and in the cas
- Keep branches small so that completed and working features can be merged into the "dev" branch often, and so that they can be abandoned if they head in the wrong direction.
- Documentation for your work must be provided in order for your branch to be merged if it changes or adds anything the user should know about. The documentation can be provided in plain-text or markdown form as a comment in the issue or pull request.
- Use C++11.
-- To break header dependencies use forward declarations as much as possible. See [#5197](https://github.com/Beep6581/RawTherapee/pull/5197#issuecomment-468938190) for some tips.
+- To break header dependencies use forward declarations as much as possible. See [#5197](https://github.com/RawTherapee/RawTherapee/pull/5197#issuecomment-468938190) for some tips.
- The naming isn't homogeneous throughout the code but here is a rough guideline:
- *Identifiers* (variables, functions, methods, keys, enums, etc.) should be clear and unambiguous. Make them as long as necessary to ensure that your code is understandable to others.
- *Types* (classes, structs, enums, typedefs...) should be named with `UpperCamelCase`.
diff --git a/README.md b/README.md
index 64f4d08aa..ebaafce1b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-
-
-
+
+
+

diff --git a/com.rawtherapee.RawTherapee.appdata.xml b/com.rawtherapee.RawTherapee.appdata.xml
index fa68b3bc8..2d782f1ba 100644
--- a/com.rawtherapee.RawTherapee.appdata.xml
+++ b/com.rawtherapee.RawTherapee.appdata.xml
@@ -15,7 +15,7 @@
CC-BY-SA-4.0GPL-3.0+
- https://github.com/Beep6581/RawTherapee/issues
+ https://github.com/RawTherapee/RawTherapee/issueshttps://www.paypal.me/rawtherapeehttps://rawpedia.rawtherapee.comhttps://www.rawtherapee.com
diff --git a/doc/manpage/rawtherapee.1 b/doc/manpage/rawtherapee.1
index 5e3024a99..5348126aa 100644
--- a/doc/manpage/rawtherapee.1
+++ b/doc/manpage/rawtherapee.1
@@ -7,7 +7,7 @@ RawTherapee - An advanced, cross-platform program for developing raw photos.
Website: http://www.rawtherapee.com/
Documentation: http://rawpedia.rawtherapee.com/
Forum: https://discuss.pixls.us/c/software/rawtherapee
- Code and bug reports: https://github.com/Beep6581/RawTherapee
+ Code and bug reports: https://github.com/RawTherapee/RawTherapee
.SH SYMBOLS
indicate parameters you can change.
[Square brackets] mean the parameter is optional.
diff --git a/rtengine/camconst.json b/rtengine/camconst.json
index 3d518b529..731859480 100644
--- a/rtengine/camconst.json
+++ b/rtengine/camconst.json
@@ -10,7 +10,7 @@ this file.
If you add values for your own camera, consider sharing them with the community for everyone's benefit. You can do so
via our forum or GitHub page:
- https://discuss.pixls.us/c/software/rawtherapee
-- https://github.com/Beep6581/RawTherapee/issues
+- https://github.com/RawTherapee/RawTherapee/issues
Value priority:
1. If you set the dcraw matrix in your user camconst.json file for a camera entry which already exists in RT's file
diff --git a/rtgui/main-cli.cc b/rtgui/main-cli.cc
index b34639112..c754416a9 100644
--- a/rtgui/main-cli.cc
+++ b/rtgui/main-cli.cc
@@ -510,7 +510,7 @@ int processLineParams ( int argc, char **argv )
std::cout << " Website: http://www.rawtherapee.com/" << std::endl;
std::cout << " Documentation: http://rawpedia.rawtherapee.com/" << std::endl;
std::cout << " Forum: https://discuss.pixls.us/c/software/rawtherapee" << std::endl;
- std::cout << " Code and bug reports: https://github.com/Beep6581/RawTherapee" << std::endl;
+ std::cout << " Code and bug reports: https://github.com/RawTherapee/RawTherapee" << std::endl;
std::cout << std::endl;
std::cout << "Symbols:" << std::endl;
std::cout << " indicate parameters you can change." << std::endl;
diff --git a/rtgui/main.cc b/rtgui/main.cc
index 3d3c3664c..e11042e49 100644
--- a/rtgui/main.cc
+++ b/rtgui/main.cc
@@ -158,7 +158,7 @@ int processLineParams ( int argc, char **argv )
printf(" Website: http://www.rawtherapee.com/\n");
printf(" Documentation: http://rawpedia.rawtherapee.com/\n");
printf(" Forum: https://discuss.pixls.us/c/software/rawtherapee\n");
- printf(" Code and bug reports: https://github.com/Beep6581/RawTherapee\n\n");
+ printf(" Code and bug reports: https://github.com/RawTherapee/RawTherapee\n\n");
printf("Symbols:\n");
printf(" indicate parameters you can change.\n\n");
printf("Usage:\n");
diff --git a/tools/build-rawtherapee b/tools/build-rawtherapee
index 183d0a3d2..ab3d63d30 100755
--- a/tools/build-rawtherapee
+++ b/tools/build-rawtherapee
@@ -22,7 +22,7 @@ exe="${prog}"
exeRelativePath=""
# The path to the repository:
-repo="https://github.com/Beep6581/RawTherapee.git"
+repo="https://github.com/RawTherapee/RawTherapee.git"
# No touching below this line, with the exception of the "Compile" section
# -----------------------------------------------------------------------------
diff --git a/tools/osx/macosx_bundle.sh b/tools/osx/macosx_bundle.sh
index d6f460904..21876607d 100644
--- a/tools/osx/macosx_bundle.sh
+++ b/tools/osx/macosx_bundle.sh
@@ -412,7 +412,7 @@ function CreateDmg {
CreateWebloc 'Website' 'https://www.rawtherapee.com/'
CreateWebloc 'Documentation' 'https://rawpedia.rawtherapee.com/'
CreateWebloc 'Forum' 'https://discuss.pixls.us/c/software/rawtherapee'
- CreateWebloc 'Report Bug' 'https://github.com/Beep6581/RawTherapee/issues/new'
+ CreateWebloc 'Report Bug' 'https://github.com/RawTherapee/RawTherapee/issues/new'
# Disk image name
if [[ -n $UNIVERSAL_URL ]]; then