From 0a6602c9c40d02843e05eecaa95fccc48e9bb33a Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Fri, 27 Aug 2021 13:53:59 -0700 Subject: [PATCH] Fix readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e985395a..c9263c174 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ You will need to run the following to retrieve all the source code: git submodule update --init --recursive ``` -Setup your `DEVELOPMENT_TEAM` like described in [Xcode-config/Shared.xcconfig](https://github.com/losnoco/Cog/blob/master/Xcode-config/Shared.xcconfig) to build the project. +Setup your `DEVELOPMENT_TEAM` like described in [Xcode-config/Shared.xcconfig](https://github.com/losnoco/Cog/blob/main/Xcode-config/Shared.xcconfig) to build the project. # Screenshots ## Main window and Info Inspector -![Main window](https://github.com/losnoco/Cog/blob/master/.github/images/MainWindow.png) +![Main window](https://github.com/losnoco/Cog/blob/main/.github/images/MainWindow.png) ## Mini window -![Mini window](https://github.com/losnoco/Cog/blob/master/.github/images/MiniWindow.png) +![Mini window](https://github.com/losnoco/Cog/blob/main/.github/images/MiniWindow.png)