diff options
author | Travis Rigg <91503370+TRiggAtGM@users.noreply.github.com> | 2022-06-06 18:29:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 23:29:59 +0100 |
commit | b85c224b7ca62dacc0bb05162a5bb4cfe5d024b3 (patch) | |
tree | d7ce89db14a533b749872ce679a7dd4ff07e3b53 | |
parent | 4c48760558808bb42c99934a0e2c330679d6c6cf (diff) |
docs: reflect systemd's change in language (#17322)
Like much of our field, systemd has renamed their `master` branch to `main`
-rw-r--r-- | docs/how_keyboards_work.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/how_keyboards_work.md b/docs/how_keyboards_work.md index 36cbfb4d9a..0f4b039fd4 100644 --- a/docs/how_keyboards_work.md +++ b/docs/how_keyboards_work.md @@ -35,7 +35,7 @@ USB for a given key. ## 3. What the Event Input/Kernel Does -The *scancode* is mapped to a *keycode* dependent on the keyboard [60-keyboard.hwdb at Master](https://github.com/systemd/systemd/blob/master/hwdb.d/60-keyboard.hwdb). Without this mapping, the operating system will not receive a valid keycode and will be unable to do anything useful with that key press. +The *scancode* is mapped to a *keycode* dependent on the keyboard [60-keyboard.hwdb at Main](https://github.com/systemd/systemd/blob/main/hwdb.d/60-keyboard.hwdb). Without this mapping, the operating system will not receive a valid keycode and will be unable to do anything useful with that key press. ## 4. What the Operating System Does |