From 5825bce0e47433319e7a9608bb8883c494e39a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Mon, 31 May 2021 17:12:09 +0900 Subject: [PATCH] Link to install/keymap docs, fix build status badge --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9876bdff8..7e017b303 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