diff --git a/Building/Linux/BUILD_Linux.md b/Building/Linux/BUILD_Linux.md
index 8b614d73..f4f985e2 100644
--- a/Building/Linux/BUILD_Linux.md
+++ b/Building/Linux/BUILD_Linux.md
@@ -17,7 +17,7 @@ After installing the required packages:
$ mkdir OSCAR
$ cd OSCAR
-$ git clone https://gitlab.com/pholy/OSCAR-code.git
+$ git clone https://gitlab.com/CrimsonNape/OSCAR-code.git
$ mkdir build
$ cd build
$ qmake ../OSCAR-code/OSCAR_QT.pro.
diff --git a/Building/MacOS/BUILD-mac.md b/Building/MacOS/BUILD-mac.md
index b04438ca..07a52aa9 100644
--- a/Building/MacOS/BUILD-mac.md
+++ b/Building/MacOS/BUILD-mac.md
@@ -52,7 +52,7 @@ NOTE: Official builds are currently made with [macOS 10.14 Mojave] and Command-L
1. Build OSCAR:
- git clone https://gitlab.com/pholy/OSCAR-code.git
+ git clone https://gitlab.com/CrimsonNape/OSCAR-code.git
cd OSCAR-code
mkdir build
cd build
diff --git a/Building/Windows/BUILD-WIN.md b/Building/Windows/BUILD-WIN.md
index 09804ca3..f95e029f 100644
--- a/Building/Windows/BUILD-WIN.md
+++ b/Building/Windows/BUILD-WIN.md
@@ -181,7 +181,7 @@ This also allows building using windows shortcuts.
## Start Developing Oscar in Qt Creator
-In browser, log into your account at gitlab.com. Select the Oscar project at https://gitlab.com/pholy/OSCAR-code. Clone a copy of the repository to a location on your computer.
+In browser, log into your account at gitlab.com. Select the Oscar project at https://gitlab.com/CrimsonNape/OSCAR-code. Clone a copy of the repository to a location on your computer.
Start QT. There are two QT Oscar project files: OSCAR_QT.pro in the Oscar-code directory, and Oscar.pro in the Oscar-code\\oscar directory. You may use *either* project file. Both will create a running version of Oscar. I find building with Oscar.pro in the Oscar-code\\oscar directory to be very slightly faster, but the difference is negligible.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 99a25e9a..82c3e244 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -22,7 +22,7 @@ Setting aside the religious wars that can arise over any development methodology
### How Do I Develop in a Branch?
0. Create your own fork of the repo and configure it to stay up-to-date with the upstream repo.
- * Go to https://gitlab.com/pholy/OSCAR-code and click on **Fork** in the top right of the project page.
+ * Go to https://gitlab.com/CrimsonNape/OSCAR-code and click on **Fork** in the top right of the project page.
* In your fork's sidebar, go to **Settings > Repository** then click on **Expand** for "Mirroring repositories".
* Enter "https://gitlab.com/pholy/OSCAR-code.git" for the repository **URL**, make sure the mirror is set to **Pull** and then click **Mirror repository**.
diff --git a/oscar/SleepLib/schema.cpp b/oscar/SleepLib/schema.cpp
index 765a0395..297279cf 100644
--- a/oscar/SleepLib/schema.cpp
+++ b/oscar/SleepLib/schema.cpp
@@ -400,7 +400,7 @@ void done()
// ahiChannels did not get cleared since day1 OSCAR when a reset was required.
// when reset occured then the Overview AHI graph would should an addtional set of channels.
// this fix just clears the variable that stores ahi data.
- // probelm #59 https://gitlab.com/pholy/OSCAR-code/-/issues/59
+ // probelm #59 https://gitlab.com/.../OSCAR-code/-/issues/59
ahiChannels.clear();
schema_initialized = false;
diff --git a/oscar/mainwindow.h b/oscar/mainwindow.h
index 5df58747..fda2096f 100644
--- a/oscar/mainwindow.h
+++ b/oscar/mainwindow.h
@@ -48,7 +48,7 @@ class MainWindow;
This document is an attempt to provide a little technical insight into OSCAR's program internals.
\section project_info Further Information
- OSCAR is hosted on Gitlab with full source code available there.
+ OSCAR is hosted on Gitlab with full source code available there.
Help for users can be found in the OSCAR Help Wiki.