@@ -10,7 +10,7 @@ env:
TITLE: Apos.Input
DESCRIPTION: Input library for MonoGame.
BASE: Apos.Input
- REPO: https://github.com/Apostolique/Apos.Input/tree/master/
+ REPO: https://github.com/Apostolique/Apos.Input/tree/main/
jobs:
build:
@@ -6,7 +6,7 @@ In the following functions, when `canConsume` is `true`, it means that the `Cons
## Source code
-Read the [source code](https://github.com/Apostolique/Apos.Input/blob/master/Source/ICondition.cs).
+Read the [source code](https://github.com/Apostolique/Apos.Input/blob/main/Source/ICondition.cs).
## Pressed
@@ -4,7 +4,7 @@ This static class holds all the data required to handle inputs. It takes care of
-Read the [source code](https://github.com/Apostolique/Apos.Input/blob/master/Source/InputHelper.cs).
+Read the [source code](https://github.com/Apostolique/Apos.Input/blob/main/Source/InputHelper.cs).
## Game
@@ -4,7 +4,7 @@ An enum with all the available mouse buttons.
-Read the [source code](https://github.com/Apostolique/Apos.Input/blob/master/Source/MouseButton.cs).
+Read the [source code](https://github.com/Apostolique/Apos.Input/blob/main/Source/MouseButton.cs).
## LeftButton