aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-05-31 08:12:09 +0000
committerBlaž Hrastnik2021-05-31 08:12:09 +0000
commit5825bce0e47433319e7a9608bb8883c494e39a46 (patch)
treee1c9119626ac729216046f86f009ef2e66cffefb /README.md
parentaeabfc55a839518611139befca12d921c5284e50 (diff)
Link to install/keymap docs, fix build status badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9876bdff..7e017b30 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Helix
-[![Build status](https://github.com/helix-editor/helix/workflows/ci/badge.svg)](https://github.com/helix-editor/helix/actions)
+[![Build status](https://github.com/helix-editor/helix/workflows/build/badge.svg)](https://github.com/helix-editor/helix/actions)
![Screenshot](./screenshot.png)
@@ -10,7 +10,8 @@ A kakoune / neovim inspired editor, written in Rust.
The editing model is very heavily based on kakoune; during development I found
myself agreeing with most of kakoune's design decisions.
-For more information, see the [website](https://helix-editor.com).
+For more information, see the [website](https://helix-editor.com) or
+[documentation](https://docs.helix-editor.com/).
# Features