From b7719796fab78995b464adc09a8ec9da664c6f10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lennart=20Sch=C3=BCler?= <lennart.schueler@ufz.de>
Date: Mon, 14 Aug 2023 11:17:59 +0200
Subject: [PATCH] Fix branch in installation guide

---
 CONTRIBUTING.md                           | 6 +++---
 docs/gettingstarted/InstallationGuide.rst | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9bbb0f0b0..9dce94d63 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -76,11 +76,11 @@ Every release is planned by an associated Milestone. This milestone should have
 
 ## Repository Structure
 
-- `master` - branch:
+- `main` - branch:
   + Stable and usually protected.
   + Regular merges from `develop`, these merges are tagged and increasing at least the minor version.
   + Irregular merges from `develop` in case of critical bugs. Such merges increase at least the patch level.
-  + Merges into `master` usually lead to a PyPI release.
+  + Merges into `main` usually lead to a PyPI release.
 - `develop` - branch:
   + The main development branch, no hard stability requirements/guarantees.
   + Merges into `develop` should mostly follow a [Merge Request Workflow](#merge-request-workflow), minor changes can however be committed directly. Such minor changes include:
@@ -109,6 +109,6 @@ Every release is planned by an associated Milestone. This milestone should have
   release date. Commits to `develop` after the merge window of a release closes need to be integrated during the subsequent release
   cycle
 - The release cycle is organized by Gitlab Milestones, the expiration date of a certain milestone indicates the end of the 
-  related merge window, the actual merge into `master` and the accompanying release is scheduled for the week after the
+  related merge window, the actual merge into `main` and the accompanying release is scheduled for the week after the
   milestones expiration date. 
 - Issues and Merge Requests can and should be associated to these milestone as this help in the organization of review activities.
diff --git a/docs/gettingstarted/InstallationGuide.rst b/docs/gettingstarted/InstallationGuide.rst
index 5df655dbc..fa674c8e1 100644
--- a/docs/gettingstarted/InstallationGuide.rst
+++ b/docs/gettingstarted/InstallationGuide.rst
@@ -78,7 +78,7 @@ or
 
 .. code-block:: sh
 
-   pip install git+https://git.ufz.de/rdm-software/saqc@master
+   pip install git+https://git.ufz.de/rdm-software/saqc@main
 
 
 If you feel more adventurous, feel free to use the latest development version from our
-- 
GitLab