From 88edf1b9874457df1391bc1680b8d4c581760658 Mon Sep 17 00:00:00 2001 From: Raheman Vaiya Date: Sat, 26 Mar 2022 04:34:26 -0400 Subject: [PATCH] Fix broken README links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d74e8e..688e935 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ you are looking for something a bit more stable you may be interested the - Speed (a hand tuned input loop written in C that takes <<1ms) - Simplicity (a [config format](#sample-config) that is intuitive) - Consistency (modifiers that [play nicely with layers](docs/keyd.scdoc#Layers) by default) - - Modularity (a UNIXy core extensible through the use of an [IPC](keyd.scdoc#IPC) mechanism) + - Modularity (a UNIXy core extensible through the use of an [IPC](https://github.com/rvaiya/keyd/blob/90973686723522c2e44d8e90bb3508a6da625a20/docs/keyd.scdoc#L391) mechanism) # Features @@ -31,7 +31,7 @@ as well as some which are unique to keyd. Some of the more interesting ones include: -- Layers (with support for [hybrid modifiers](keyd.md#Layers)). +- Layers (with support for [hybrid modifiers](https://github.com/rvaiya/keyd/blob/6dc2d5c4ea76802fd192b143bdd53b1787fd6deb/docs/keyd.scdoc#L128)). - Key overloading (different behaviour on tap/hold). - Keyboard specific configuration. - Instantaneous remapping (no more flashing :)).